use stable toolchain in codecov.yml

This commit is contained in:
Ivan Folgueira Bande 2025-10-08 10:28:23 +02:00
parent cfc353548a
commit a7c70701b1
No known key found for this signature in database
GPG Key ID: 3C117481F89E24A7

View File

@ -26,9 +26,9 @@ jobs:
components: llvm-tools-preview
- uses: actions-rs/cargo@v1
continue-on-error: true
- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable
- run: |
echo "Adding x86_64-unknown-linux-gnu target";
rustup target add x86_64-unknown-linux-gnu;
echo "Installing grcov";
cargo install grcov;
echo "Running tests";