Install Rust stable when running the tests
`cargo-insta` needs to run `cargo metadata`, and that has to be up to date.
This commit is contained in:
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@@ -287,7 +287,9 @@ jobs:
|
||||
- name: Checkout the code
|
||||
uses: actions/checkout@v4.2.2
|
||||
|
||||
- run: mkdir -p ~/.cargo/bin
|
||||
- name: Install Rust toolchain
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
|
||||
- name: Install nextest
|
||||
uses: taiki-e/install-action@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user