Skip to content

Commit

Permalink
[ci] [R-package] re-enable r-sanitizers jobs (fixes #6367) (#6374)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Mar 25, 2024
1 parent 4332b9d commit 28536a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/r_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ jobs:
all-r-package-jobs-successful:
if: always()
runs-on: ubuntu-latest
needs: [test, test-r-debian-clang]
needs: [test, test-r-sanitizers, test-r-debian-clang]
steps:
- name: Note that all tests succeeded
uses: re-actors/[email protected]
Expand Down

0 comments on commit 28536a0

Please sign in to comment.