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 <git@dw1.io>
  • Loading branch information
dwisiswant0 committed Aug 24, 2024
1 parent c6c7d19 commit 5ebdfef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,9 @@ docs:

git reset --hard # line 59

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

integration:
cd integration_tests; bash run.sh
Expand Down

0 comments on commit 5ebdfef

Please sign in to comment.