Skip to content

Commit

Permalink
Disable fail-fast for tests
Browse files Browse the repository at this point in the history
Failing nightly test, although not required could break the workflow
because other jobs might fail fast.
  • Loading branch information
steffen-schroeder-by committed Nov 22, 2021
1 parent d64f0e9 commit c1cde87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ on:
jobs:
build:
strategy:
fail-fast: false
matrix:
numfocus_nightly: [false]
os: ["ubuntu-latest"]
Expand Down

0 comments on commit c1cde87

Please sign in to comment.