Skip to content

Commit

Permalink
Merge pull request #838 from kakao/make_run_single_binary
Browse files Browse the repository at this point in the history
ci(test): run a single test binary simultaneously
  • Loading branch information
ijsong authored Jul 30, 2024
2 parents d983bd9 + 4d7c5f9 commit 9cf865a
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 9cf865a

Please sign in to comment.