Skip to content

Commit

Permalink
ci: enable race detection for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
agaffney committed Feb 11, 2024
1 parent 5c8e061 commit c2be195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ golines:
golines -w --ignore-generated --chain-split-dots --max-len=80 --reformat-tags .

test:
go test -v ./...
go test -v -race ./...

# Build our program binaries
# Depends on GO_FILES to determine when rebuild is needed
Expand Down

0 comments on commit c2be195

Please sign in to comment.