check for race conditions when running tests

This commit is contained in:
Yann Hamon 2020-11-29 16:11:04 +01:00
parent 43b5c5c152
commit 48207c131e

View file

@ -5,7 +5,7 @@
test-build: test build
test:
go test ./...
go test -race ./...
build:
go build -o bin/ ./...