Skip to content

Commit

Permalink
Install nightly I suppose
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Jul 23, 2024
1 parent 7213929 commit ce4e44e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
run: |
cargo run --manifest-path test-crates/samplebin/Cargo.toml --release
continue-on-error: ${{ matrix.os == 'windows-latest' }}
- name: Add nightly
run: rustup toolchain add nightly
- name: Bin stable, mod_a nightly (should fail)
run: |
! cargo +stable run --manifest-path test-crates/samplebin/Cargo.toml -- --channel:mod_a=nightly
Expand Down

0 comments on commit ce4e44e

Please sign in to comment.