Skip to content

Commit

Permalink
ci: add no-fail-fast to testnet e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
Br1ght0ne committed Oct 15, 2024
1 parent 4030441 commit 3d73f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
download_sway_artifacts: sway-examples
install_fuel_core: true
- cargo_command: nextest
args: run --package e2e --profile ci-testnet --cargo-quiet
args: run --package e2e --profile ci-testnet --cargo-quiet --no-fail-fast
download_sway_artifacts: sway-examples
install_fuel_core: true
target_testnet: true
Expand Down

0 comments on commit 3d73f8f

Please sign in to comment.