Added "-race" flag to tests run command
Kind of testing edits on someone else's PR too
This commit is contained in:
parent
6f35ae4103
commit
c60edf4771
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue