Added "-race" flag to tests run command

Kind of testing edits on someone else's PR too
This commit is contained in:
remicorniere
2019-11-28 17:40:19 +01:00
committed by GitHub
parent 6f35ae4103
commit c60edf4771

View File

@@ -24,4 +24,4 @@ jobs:
id: go
- uses: actions/checkout@v1
- name: Run tests
run: go test ./...
run: go test ./... -race