Skip to content

Commit a3d6d3b

Browse files
authored
Merge pull request #491 from blinklabs-io/ci/go-test-race
ci: enable race detection for tests
2 parents 3e3e4cd + c2be195 commit a3d6d3b

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
@@ -26,7 +26,7 @@ golines:
2626
golines -w --ignore-generated --chain-split-dots --max-len=80 --reformat-tags .
2727

2828
test:
29-
go test -v ./...
29+
go test -v -race ./...
3030

3131
# Build our program binaries
3232
# Depends on GO_FILES to determine when rebuild is needed

0 commit comments

Comments
 (0)