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:
Henrique Vicente 2020-02-05 02:19:01 +01:00 committed by Mislav Marohnić
parent d4cb2d860f
commit a1db5c3070

View file

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