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.
-race
go test
1 parent c8cfb0b commit ab9ed54Copy full SHA for ab9ed54
.github/workflows/tests.yml
@@ -38,4 +38,4 @@ jobs:
38
run: make check-gofmt
39
40
- name: Run tests
41
- run: go test -v ./internal/...
+ run: go test -race -v ./internal/...
Makefile
@@ -56,4 +56,4 @@ check-gofmt:
56
fi
57
58
test:
59
- go test ./internal/...
+ go test -race ./internal/...
0 commit comments