Skip to content

Commit

Permalink
final-immediate logging
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinquaXD committed Dec 13, 2024
1 parent 6051242 commit a98fdff
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 --run-ignored ignored-only --failure-output final; then
if ! cargo nextest run -p driver --run-ignored ignored-only --failure-output immediate-final; then
exit 1
fi
attempt=$((attempt+1))
Expand Down

0 comments on commit a98fdff

Please sign in to comment.