From c6509d08cd3d2930ba3d29afae0190b48eef84db Mon Sep 17 00:00:00 2001 From: "Shane F. Carr" Date: Mon, 9 Oct 2023 17:22:59 -0700 Subject: [PATCH] Use nightly --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 4186470552b..2fa3e21f45f 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -65,7 +65,7 @@ jobs: cargo +stable install grcov # Actual job - - run: cargo test --all-features --no-fail-fast + - run: cargo +${ICU4X_NIGHTLY_TOOLCHAIN} test --all-features --no-fail-fast env: CARGO_INCREMENTAL: '0' RUSTFLAGS: '-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Zpanic_abort_tests'