Skip to content

Commit

Permalink
Enable fast failing
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksanderbl29 committed Aug 19, 2024
1 parent f792ac4 commit 69eb8ea
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 @@ -17,7 +17,7 @@ jobs:
name: ${{ matrix.config.os }} (${{ matrix.config.r }})

strategy:
fail-fast: false
fail-fast: true
matrix:
config:
- {os: macos-latest, r: 'release'}
Expand Down

0 comments on commit 69eb8ea

Please sign in to comment.