Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
Run rustup install nightly as well
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricelam committed Nov 3, 2023
1 parent 88caf9e commit e7a5b19
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Nightly tests
run: cargo +nightly test --verbose --features saturating_int_impl
- run: rustup install nightly
- run: cargo +nightly test --verbose --features saturating_int_impl

build-windows:

Expand All @@ -33,5 +33,5 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Nightly tests
run: cargo +nightly test --verbose --features saturating_int_impl
- run: rustup install nightly
- run: cargo +nightly test --verbose --features saturating_int_impl

0 comments on commit e7a5b19

Please sign in to comment.