Enable race condition detector in CI
This commit is contained in:
@@ -18,4 +18,4 @@ jobs:
|
|||||||
uses: actions/setup-go@master
|
uses: actions/setup-go@master
|
||||||
with:
|
with:
|
||||||
go-version: ${{ matrix.go }}
|
go-version: ${{ matrix.go }}
|
||||||
- run: go test ./...
|
- run: go test -race ./...
|
||||||
|
|||||||
Reference in New Issue
Block a user