Fix race conditions in tests

This commit is contained in:
Deluan 2022-11-26 15:07:09 -05:00
parent 0bb133a6ac
commit 88823fca76
4 changed files with 24 additions and 13 deletions

View file

@ -29,7 +29,7 @@ watch: ##@Development Start Go tests in watch mode (re-run when code changes)
.PHONY: watch
test: ##@Development Run Go tests
go test ./...
go test -race ./...
.PHONY: test
testall: test ##@Development Run Go and JS tests