We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b305f82 commit 8c3f97cCopy full SHA for 8c3f97c
.github/workflows/ci.yml
@@ -39,6 +39,9 @@ jobs:
39
target/
40
key: ${{ runner.os }}-cargo-build-stable-${{ hashFiles('**/Cargo.toml') }}
41
- uses: dtolnay/rust-toolchain@stable
42
+ with:
43
+ # Compile fail tests need std sources for the errors to display correctly
44
+ components: rust-std
45
- name: Install Linux dependencies
46
uses: ./.github/actions/install-linux-deps
47
- name: Build & run tests
0 commit comments