👷 Use -race for testing

This commit is contained in:
makeworld 2020-09-02 09:29:50 -04:00
parent 075348bc64
commit f8899fc382

View File

@ -8,7 +8,7 @@ go:
- "1.15" - "1.15"
script: script:
- go test ./... - go test -race ./...
- go build - go build
env: env: