Skip to content

Commit

Permalink
test: remove failfast flag from go test command
Browse files Browse the repository at this point in the history
  • Loading branch information
shunkakinoki committed Mar 4, 2025
1 parent 9e1c681 commit 5660e79
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 @@ -12,7 +12,7 @@ build:
test: wait-on-chain check-testchain-running go-test

go-test:
go clean -testcache && go test -failfast=false $(TEST_FLAGS) -run=$(TEST) ./...
go clean -testcache && go test $(TEST_FLAGS) -run=$(TEST) ./...

test-concurrently:
cd ./testutil/chain && pnpm test
Expand Down

0 comments on commit 5660e79

Please sign in to comment.