Skip to content

Commit

Permalink
Don't stop other jobs if one fails, but fail the tests if any fail
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanwhite committed May 11, 2024
1 parent 75af278 commit 2d89126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ name: R-CMD-check-release

jobs:
R-CMD-check:
continue-on-error: true
fail-fast: false
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
Expand Down

0 comments on commit 2d89126

Please sign in to comment.