Skip to content

Commit e2386c9

Browse files
Revert "disable rerun-failures"
This reverts commit 329f36e.
1 parent e5fe9a9 commit e2386c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-sentry/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ runs:
7878
7979
### pytest configuration ###
8080
echo "PY_COLORS=1" >> "$GITHUB_ENV"
81-
echo "PYTEST_ADDOPTS=--durations=10 --fail-slow=60s" >> $GITHUB_ENV
81+
echo "PYTEST_ADDOPTS=--reruns=5 --durations=10 --fail-slow=60s" >> $GITHUB_ENV
8282
echo "COVERAGE_CORE=sysmon" >> "$GITHUB_ENV"
8383
8484
### pytest-sentry configuration ###

0 commit comments

Comments
 (0)