Skip to content

Commit

Permalink
Fail fast on check
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksanderbl29 committed Nov 26, 2024
1 parent 206825b commit fd82f64
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
name: ${{ matrix.config.os }} (${{ matrix.config.r }})

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

0 comments on commit fd82f64

Please sign in to comment.