We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fdc613 commit 1f51478Copy full SHA for 1f51478
ci/run.bash
@@ -64,8 +64,7 @@ build_test() {
64
if [ "build" = "${cmd}" ]; then
65
target_cargo "${cmd}" --workspace --all-targets --features test
66
else
67
- # free runners have 2 or 3(mac) cores
68
- target_cargo "${cmd}" --workspace --features test --tests -- --test-threads 2
+ target_cargo "${cmd}" --workspace --features test --tests
69
fi
70
71
if [ "build" != "${cmd}" ]; then
0 commit comments