Skip to content

Commit

Permalink
Don't fail fast on grid
Browse files Browse the repository at this point in the history
  • Loading branch information
Noam Ross committed Nov 14, 2023
1 parent 6e748e5 commit 485f6ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
name: ${{ matrix.config.os }} (${{ matrix.config.r }})
needs: R-CMD-check-base
strategy:
fail-fast: true
fail-fast: false
matrix:
config:
- {os: macos-latest, r: 'release'}
Expand Down

0 comments on commit 485f6ea

Please sign in to comment.