Skip to content

Commit

Permalink
Disable fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
atharva-2001 committed Jul 14, 2024
1 parent 48309e0 commit 5bc748b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/fast_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
matrix:
test-path: ${{fromJson(needs.test-matrix.outputs.folder-matrix)}}
os: ${{fromJson(needs.test-matrix.outputs.os-matrix)}}
fail-fast: false
runs-on: ${{ matrix.os }}
name: nct-${{ matrix.os }}-${{ matrix.test-path }}
steps:
Expand Down Expand Up @@ -79,6 +80,7 @@ jobs:
matrix:
test-path: ${{fromJson(needs.test-matrix.outputs.folder-matrix)}}
os: ${{fromJson(needs.test-matrix.outputs.os-matrix)}}
fail-fast: false
runs-on: ${{ matrix.os }}
name: ct-${{ matrix.os }}-${{ matrix.test-path }}
steps:
Expand Down

0 comments on commit 5bc748b

Please sign in to comment.