Skip to content

Commit d1ee196

Browse files
committed
fixup! build(workflows): execute the CI via GitHub Actions
1 parent 2c4e926 commit d1ee196

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ jobs:
7878
with:
7979
go-version: stable
8080
check-latest: true
81+
- name: Start MongoDB
82+
uses: supercharge/[email protected]
83+
with:
84+
mongodb-version: 4.0.3
8185
- name: Execute the tests
8286
working-directory: ${{ matrix.modules }}
8387
run: go test -race ./...

0 commit comments

Comments
 (0)