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 4030c20 commit 99fcd81Copy full SHA for 99fcd81
.github/workflows/go.yml
@@ -44,4 +44,6 @@ jobs:
44
run: go build -v ./...
45
46
- name: Test
47
- run: go test -v -race ./...
+ run: |
48
+ go test -v -race ./...
49
+ go test -tags=test ./...
0 commit comments