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 4fe7bee commit 81b2832Copy full SHA for 81b2832
.github/workflows/test-and-build.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Run tests
31
shell: bash
32
run: |
33
- go test -v -race -covermode=atomic ./...
+ go test -v -race ./...
34
35
- name: Build artifact
36
0 commit comments