Skip to content

Commit

Permalink
Merge pull request #498 from spacemeshos/speedup-unittests
Browse files Browse the repository at this point in the history
run tests from different packages in parallel
  • Loading branch information
poszu authored Jul 5, 2024
2 parents bd34e87 + 209a938 commit 2cf797d
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 @@ -94,7 +94,7 @@ all: build
.PHONY: all

test:
$(GOTESTSUM) -- -race -timeout 5m -p 1 $(TEST_FLAGS) ./...
$(GOTESTSUM) -- -race -timeout 5m $(TEST_FLAGS) ./...
.PHONY: test

install: install-buf install-protoc $(GOVULNCHECK) $(GOLINES)
Expand Down

0 comments on commit 2cf797d

Please sign in to comment.