Skip to content

Commit

Permalink
Use nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
sffc committed Oct 10, 2023
1 parent 44789dc commit c6509d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit c6509d0

Please sign in to comment.