Skip to content

Commit

Permalink
ci: Retry policy test failures (#12272)
Browse files Browse the repository at this point in the history
This change configures nextest (our Rust test runner) to rerun tests that fail
up to 3 times. This can help reduce the time it takes to resolve flakes.
  • Loading branch information
olix0r authored Mar 18, 2024
1 parent ea5cab0 commit 9edec18
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,9 @@ jobs:
done
exit 1
- run: just policy-test-run --jobs=1
env:
# https://nexte.st/book/retries.html
NEXTEST_RETRIES: 3

##
## Ext: Run tests that require non-core components.
Expand Down

0 comments on commit 9edec18

Please sign in to comment.