Skip to content

Commit

Permalink
makefile: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wlwilliamx committed Jan 21, 2025
1 parent 143be4c commit fe7e1f1
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 @@ -213,7 +213,7 @@ unit_test_in_verify_ci: check_failpoint_ctl tools/bin/gotestsum tools/bin/gocov
@echo "Running unit tests..."
@export log_level=error;\
CGO_ENABLED=1 tools/bin/gotestsum --junitfile cdc-junit-report.xml -- -v -timeout 120s -p $(P) --race --tags=intest \
-parallel=16 \ # Run tests in parallel to speed up the CI. The number of cores available for UTs is 16.
-parallel=16 \
-covermode=atomic -coverprofile="$(TEST_DIR)/cov.unit.out" \
$(UT_PACKAGES_DISPATCHER) \
$(UT_PACKAGES_MAINTAINER) \
Expand Down

0 comments on commit fe7e1f1

Please sign in to comment.