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:
Quentin Gliech
2025-02-21 16:56:46 +01:00
parent ad6f59c492
commit a9ef2d7934

View File

@@ -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: