Skip to content

Commit

Permalink
ci: enable race detection for tests (#151)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <[email protected]>
  • Loading branch information
wolf31o2 authored Mar 1, 2024
1 parent 8e49a8e commit 5742b0d
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 @@ -31,7 +31,7 @@ format: tidy
go fmt ./...

test: tidy
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 5742b0d

Please sign in to comment.