Skip to content

Commit

Permalink
ci: enable race detection for tests (#146)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <[email protected]>
  • Loading branch information
wolf31o2 authored Mar 12, 2024
1 parent 1a46c96 commit 0eafd0a
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 @@ clean:
rm -f $(BINARIES)

test: mod-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 0eafd0a

Please sign in to comment.