Skip to content

Commit

Permalink
Makefile: temporarily enable race detector when running test
Browse files Browse the repository at this point in the history
  • Loading branch information
minh-bq committed Oct 4, 2024
1 parent 65ec7a2 commit 17f25de
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 @@ -58,7 +58,7 @@ ios:
@echo "Import \"$(GOBIN)/Geth.framework\" to use the library."

test: all
$(GORUN) build/ci.go test --coverage
$(GORUN) build/ci.go test --coverage --race

lint: ## Run linters.
$(GORUN) build/ci.go lint
Expand Down

0 comments on commit 17f25de

Please sign in to comment.