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 bb0fc47 commit 5f347a4Copy full SHA for 5f347a4
.goreleaser.yml
@@ -1,7 +1,7 @@
1
before:
2
hooks:
3
- go mod download
4
- - go test -v -covermode=atomic ./pkg/...
+ - go test -covermode=atomic -race ./pkg/...
5
builds:
6
- env:
7
- CGO_ENABLED=0
script/test
@@ -9,4 +9,4 @@ echo "Building"
9
script/build
10
11
echo "Running unit tests"
12
-go test ./...
+go test -covermode=atomic -race ./pkg/...
0 commit comments