mirror of
https://github.com/FluuxIO/go-xmpp.git
synced 2024-11-21 01:52:01 -08:00
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
|
||||
- uses: actions/checkout@v1
|
||||
- name: Run tests
|
||||
run: go test ./...
|
||||
run: go test ./... -race
|
||||
|
Loading…
Reference in New Issue
Block a user