Skip to content

Commit

Permalink
Merge pull request #266 from tamird/fix-nightly-build-again
Browse files Browse the repository at this point in the history
Fix build on nightly
  • Loading branch information
Manishearth authored Apr 27, 2023
2 parents d73b94d + b622146 commit 918b082
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,11 @@ jobs:
profile: minimal
toolchain: nightly
override: true
- name: Add rustc-dev component
run: rustup component add rustc-dev
components: rustc-dev, llvm-tools

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

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

0 comments on commit 918b082

Please sign in to comment.