We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a81223 commit 18a6173Copy full SHA for 18a6173
.github/workflows/golang-ci.yml
@@ -21,4 +21,4 @@ jobs:
21
run: go build -v ./...
22
23
- name: Test
24
- run: go test -v ./...
+ run: go test -race -v ./...
0 commit comments