Skip to content

Commit

Permalink
chore(make): add -race to GOFLAGS in test
Browse files Browse the repository at this point in the history
Signed-off-by: Dwi Siswanto <[email protected]>
  • Loading branch information
dwisiswant0 committed Aug 24, 2024
1 parent c6c7d19 commit b4ac2c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ docs:

git reset --hard # line 59

test: GOFLAGS = -race -v
test:
$(GOTEST) $(GOFLAGS) ./...

Expand Down

0 comments on commit b4ac2c8

Please sign in to comment.