Skip to content

Commit

Permalink
ci(test): run a single test binary simultaneously
Browse files Browse the repository at this point in the history
  • Loading branch information
ijsong committed Jul 29, 2024
1 parent d983bd9 commit 4d7c5f9
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 @@ benchmark:


# testing
TEST_FLAGS := -race -failfast -count=1 -timeout=20m -p=1
TEST_FLAGS := -race -failfast -count=1 -timeout=20m
COVDATA_DIR := $(CURDIR)/covdata
GO_COVERAGE_OUTPUT := coverage.out
GO_COVERAGE_OUTPUT_TMP := $(GO_COVERAGE_OUTPUT).tmp
Expand Down

0 comments on commit 4d7c5f9

Please sign in to comment.