Skip to content

Commit 9fc54cc

Browse files
committed
chore: run tests with race checks
1 parent 01f82ba commit 9fc54cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ test-ui::
8080

8181
test::
8282
@echo "Running testsuite"
83-
CGO_ENABLED=0 go test $(BUILD_TAGS) ./...
83+
CGO_ENABLED=0 go test -race $(BUILD_TAGS) ./...
8484

8585
porcelain::
8686
gofmt -w -l $$(find . -name '*.go')

0 commit comments

Comments
 (0)