Skip to content

Commit 06441c3

Browse files
committed
Only re-run failed E2Es twice
For three total runs - not four. Signed-off-by: Nic Cope <[email protected]>
1 parent 33f8c04 commit 06441c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ e2e:
7272
# TODO(negz:) Set GITHUB_ACTIONS=true and use RUN --raw-output when
7373
# https://github.com/earthly/earthly/issues/4143 is fixed.
7474
RUN gotestsum \
75-
--rerun-fails=3 \
75+
--rerun-fails \
7676
--no-color=false \
7777
--format standard-verbose \
7878
--jsonfile e2e-tests.json \

0 commit comments

Comments
 (0)