Skip to content

Commit

Permalink
add -race to make test
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed May 30, 2024
1 parent 2179db8 commit 47ff6ab
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 @@ -166,7 +166,7 @@ endif

test:
@echo "--> Running tests"
go test -v ./...
go test -v ./... -race

.PHONY: test

Expand Down

0 comments on commit 47ff6ab

Please sign in to comment.