We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d4cb2d8 + a1db5c3 commit 7e3ce60Copy full SHA for 7e3ce60
.github/workflows/go.yml
@@ -23,5 +23,5 @@ jobs:
23
- name: Build
24
shell: bash
25
run: |
26
- go test ./...
+ go test -race ./...
27
go build -v ./cmd/gh
0 commit comments