We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b64f55 commit 96be0deCopy full SHA for 96be0de
.github/workflows/test-unit.yml
@@ -19,7 +19,7 @@ jobs:
19
enable-cache: 'true'
20
21
- name: Run testing
22
- run: devbox run -- 'CGO_ENABLED=0 go test -v $(go list ./... | grep -v "test/int\|test/e2e") -coverprofile=coverage.out'
+ run: devbox run -- 'go test -race -v ./... -coverprofile=coverage.out'
23
24
- name: Test tools
25
run: devbox run -- 'make test-tools'
0 commit comments