Skip to content

Commit

Permalink
test.sh: Decrease test parallelism
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Faria <afaria@redhat.com>
  • Loading branch information
albertofaria committed Feb 16, 2024
1 parent 163f9b5 commit 6b34494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ done

nextest_run=(
nextest run \
--all-targets --all-features \
--all-targets --all-features --test-threads $(( $(nproc) / 2 )) \
-- "${@/#/test_run::engine_}"
)

Expand Down

0 comments on commit 6b34494

Please sign in to comment.