Use recommended race option for testing #noissue

This commit is contained in:
Varakh 2024-06-02 23:11:12 +02:00
parent 9679166d0a
commit d958f48717

View file

@ -55,10 +55,7 @@ checkstyle:
checkstyle-ci: checkstyle
checkstyle-ci:
go vet ./...
test:
go test ./...
go test -race ./...
test-ci: test