Skip to content

Commit

Permalink
test: no race
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Feb 11, 2024
1 parent 634afbb commit d5c602e
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 @@ -81,7 +81,7 @@ test: deps install
@echo "mode: count" > coverage.txt
@for d in $$(go list ./... | grep -v vendor | grep -v examples); \
do \
go test -v -race -coverprofile=profile.out -covermode=atomic $$d; \
go test -v -coverprofile=profile.out -covermode=atomic $$d; \
if [ $$? != 0 ]; then \
exit 1; \
fi; \
Expand Down

0 comments on commit d5c602e

Please sign in to comment.