We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8e3863 commit d3712dcCopy full SHA for d3712dc
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
- run: echo "PATH=$GITHUB_WORKSPACE/bin:$PATH" >> $GITHUB_ENV
17
- name: Run tests
18
run: |
19
- docker-compose up -d
+ docker compose up -d
20
go vet ./...
21
go run honnef.co/go/tools/cmd/staticcheck@latest ./...
22
go test -race -v ./...
docker-compose.yml
@@ -1,5 +1,3 @@
1
-version: '2'
2
-
3
# Use this docker-compose file to setup the test environment before running the
4
# tests.
5
services:
0 commit comments