Skip to content

Commit 1f51478

Browse files
committed
ci(run): use the detected number of test threads
1 parent 8fdc613 commit 1f51478

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ci/run.bash

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ build_test() {
6464
if [ "build" = "${cmd}" ]; then
6565
target_cargo "${cmd}" --workspace --all-targets --features test
6666
else
67-
# free runners have 2 or 3(mac) cores
68-
target_cargo "${cmd}" --workspace --features test --tests -- --test-threads 2
67+
target_cargo "${cmd}" --workspace --features test --tests
6968
fi
7069

7170
if [ "build" != "${cmd}" ]; then

0 commit comments

Comments
 (0)