Enable race condition detector in CI

This commit is contained in:
Thomas Pelletier
2021-03-29 20:17:05 -04:00
parent 7d8ea80dc3
commit 269b742eb2
+1 -1
View File
@@ -18,4 +18,4 @@ jobs:
uses: actions/setup-go@master
with:
go-version: ${{ matrix.go }}
- run: go test ./...
- run: go test -race ./...