Skip to content

Commit 44bd397

Browse files
committed
CI: Include java-extra-bridging-checks in slow_tests' report-failures
1 parent d0d4fdd commit 44bd397

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

.github/workflows/slow_tests.yml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -546,10 +546,21 @@ jobs:
546546
- name: Build everything with no lockfile and -Zdirect-minimal-versions
547547
run: mkdir minimal-versions && bin/without_building_boring.sh cargo check --workspace --all-targets --all-features --verbose --keep-going -Zdirect-minimal-versions -Zunstable-options --lockfile-path minimal-versions/Cargo.lock
548548

549-
report_failures:
549+
report-failures:
550550
name: Report Failures
551551
runs-on: ubuntu-latest
552-
needs: [java-docker, java-reproducibility, android-emulator-tests, aarch64, node-docker, node-reproducibility, node-windows-arm64, swift-cocoapod, rust-stable-testing, rust-fuzzing]
552+
needs:
553+
- java-docker
554+
- java-reproducibility
555+
- java-extra-bridging-checks
556+
- android-emulator-tests
557+
- aarch64
558+
- node-docker
559+
- node-reproducibility
560+
- node-windows-arm64
561+
- swift-cocoapod
562+
- rust-stable-testing
563+
- rust-fuzzing
553564
if: ${{ failure() && github.event_name == 'schedule' }}
554565

555566
permissions:

0 commit comments

Comments
 (0)