Added "-race" flag to tests run command

Kind of testing edits on someone else's PR too
160-regression
remicorniere 4 years ago committed by GitHub
parent 6f35ae4103
commit c60edf4771
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save