Skip to content

Commit 28536a0

Browse files
authored
[ci] [R-package] re-enable r-sanitizers jobs (fixes #6367) (#6374)
1 parent 4332b9d commit 28536a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/r_package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ jobs:
315315
all-r-package-jobs-successful:
316316
if: always()
317317
runs-on: ubuntu-latest
318-
needs: [test, test-r-debian-clang]
318+
needs: [test, test-r-sanitizers, test-r-debian-clang]
319319
steps:
320320
- name: Note that all tests succeeded
321321
uses: re-actors/[email protected]

0 commit comments

Comments
 (0)