Skip to content

Commit

Permalink
bootstrap: disable fail-fast for matrix CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
davidandreoletti committed Mar 14, 2024
1 parent 037b93c commit a5d57d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
bootstrap_macos:
strategy:
#max-parallel: 4
#fail-fast: true
fail-fast: false
matrix:
platform: ['macos']
bootstrap_type: ['machine+dotfiles']
Expand All @@ -32,7 +32,7 @@ jobs:
bootstrap_linux:
strategy:
#max-parallel: 6
#fail-fast: true
fail-fast: false
matrix:
platform: ['linux']
bootstrap_type: ['machine+dotfiles']
Expand Down

0 comments on commit a5d57d9

Please sign in to comment.