We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ddd277 commit c14dce9Copy full SHA for c14dce9
.github/workflows/test.yml
@@ -38,4 +38,4 @@ jobs:
38
git diff --exit-code || exit 1
39
40
- name: Run unit tests
41
- run: go test -v ./...
+ run: go test -race -v ./...
0 commit comments