Skip to content

Commit

Permalink
Merge pull request #68 from blinklabs-io/ci/race-detection
Browse files Browse the repository at this point in the history
ci: enable race detection for tests
  • Loading branch information
wolf31o2 authored Mar 1, 2024
2 parents 3b7c266 + d46330f commit 9fe4989
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 @@ -33,7 +33,7 @@ swagger:
swag i -g api.go -d internal/api,.

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 9fe4989

Please sign in to comment.