tests: adding the Go data race detector.
https://golang.org/doc/articles/race_detector.html https://blog.golang.org/race-detector
This commit is contained in:
parent
d4cb2d860f
commit
a1db5c3070
1 changed files with 1 additions and 1 deletions
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
|
@ -23,5 +23,5 @@ jobs:
|
|||
- name: Build
|
||||
shell: bash
|
||||
run: |
|
||||
go test ./...
|
||||
go test -race ./...
|
||||
go build -v ./cmd/gh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue