Skip to content

Commit

Permalink
run tests from different packages in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
poszu committed Jul 5, 2024
1 parent b7118d1 commit 209a938
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 209a938

Please sign in to comment.