diff --git a/test.sh b/test.sh index 6707057..38b5041 100755 --- a/test.sh +++ b/test.sh @@ -42,7 +42,7 @@ done nextest_run=( nextest run \ - --all-targets --all-features \ + --all-targets --all-features --test-threads $(( $(nproc) / 2 )) \ -- "${@/#/test_run::engine_}" )