Skip to content

Commit

Permalink
add race flag to test target
Browse files Browse the repository at this point in the history
  • Loading branch information
rumenvasilev committed Sep 7, 2023
1 parent 6fc8fdb commit 47c7357
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 @@ -85,5 +85,5 @@ pretty:

## test Run tests with coverage
test: pretty
go test ./... -cover
go test ./... -cover -race

0 comments on commit 47c7357

Please sign in to comment.