Skip to content

Commit 57c5541

Browse files
authored
Merge pull request #122 from blinklabs-io/ci/race-detection
ci: enable race detection for tests
2 parents 0bc30f7 + 51a449c commit 57c5541

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

3434
test: mod-tidy
35-
go test -v ./...
35+
go test -v -race ./...
3636

3737
# Build our program binaries
3838
# Depends on GO_FILES to determine when rebuild is needed

0 commit comments

Comments
 (0)