Merge pull request #526 from henvic/impr/race
tests: adding the Go data race detector.
This commit is contained in:
commit
7e3ce60da5
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