Skip to content

Commit 51a449c

Browse files
committed
ci: enable race detection for tests
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 0bc30f7 commit 51a449c

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)