Skip to content

Commit 896387c

Browse files
committed
Make nightly 'rustc' feature test work
1 parent 4e5661d commit 896387c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ jobs:
5151
profile: minimal
5252
toolchain: nightly
5353
override: true
54+
- name: Add rustc-dev component
55+
run: rustup component add rustc-dev
5456

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

0 commit comments

Comments
 (0)