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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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