Skip to content

Commit

Permalink
Revert to 1 thread
Browse files Browse the repository at this point in the history
  • Loading branch information
squadgazzz committed Dec 27, 2024
1 parent 73bddf4 commit 4e114f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ jobs:
attempt=1
while true; do
echo "Running test attempt #$attempt"
if ! cargo nextest run -p driver --no-capture --run-ignored ignored-only; then
if ! cargo nextest run -p driver --test-threads 1 --failure-output final --run-ignored ignored-only; then
exit 1
fi
attempt=$((attempt+1))
Expand Down

0 comments on commit 4e114f6

Please sign in to comment.