Skip to content

Commit a34f4c9

Browse files
authored
fix(forge): remove strategy section from workflow template to simplify (#10434)
Simplify workflow configuration for Foundry project - Refactor the Foundry project workflow for improved clarity and efficiency. - Remove the `fail-fast` option to ensure all checks run regardless of failures. - Streamline job configurations for better maintainability and readability. Signed-off-by: katsumata <[email protected]>
1 parent 97724af commit a34f4c9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

crates/forge/assets/workflowTemplate.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ env:
1010

1111
jobs:
1212
check:
13-
strategy:
14-
fail-fast: true
15-
1613
name: Foundry project
1714
runs-on: ubuntu-latest
1815
steps:

0 commit comments

Comments
 (0)