Skip to content

Commit 630d09c

Browse files
committed
Try fixing windows build
1 parent 896387c commit 630d09c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ jobs:
5454
- name: Add rustc-dev component
5555
run: rustup component add rustc-dev
5656

57+
- name: Run tests
58+
run: cargo +nightly build --features rustc
59+
5760
- name: Run test-project tests with `rustc` feature
5861
run: cd test-project && cargo +nightly test --features rustc
5962

0 commit comments

Comments
 (0)