Skip to content

Commit

Permalink
Try fixing windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
phansch committed Jan 26, 2021
1 parent 896387c commit 630d09c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Expand Up @@ -54,6 +54,9 @@ jobs:
- name: Add rustc-dev component
run: rustup component add rustc-dev

- name: Run tests
run: cargo +nightly build --features rustc

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

0 comments on commit 630d09c

Please sign in to comment.