Skip to content

Commit

Permalink
Make nightly 'rustc' feature test work
Browse files Browse the repository at this point in the history
  • Loading branch information
phansch committed Jan 26, 2021
1 parent 4e5661d commit 896387c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ jobs:
profile: minimal
toolchain: nightly
override: true
- name: Add rustc-dev component
run: rustup component add rustc-dev

- name: Run test-project tests with `rustc` feature
run: cd test-project && cargo test --features rustc
run: cd test-project && cargo +nightly test --features rustc

0 comments on commit 896387c

Please sign in to comment.