Skip to content

Commit c2be195

Browse files
committed
ci: enable race detection for tests
1 parent 5c8e061 commit c2be195

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)