Merge pull request #526 from henvic/impr/race

tests: adding the Go data race detector.
This commit is contained in:
Mislav Marohnić 2020-03-05 18:25:38 +01:00 committed by GitHub
commit 7e3ce60da5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,5 +23,5 @@ jobs:
- name: Build
shell: bash
run: |
go test ./...
go test -race ./...
go build -v ./cmd/gh