diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 85e8b61..4bc6481 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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