try to fix ci __rust_probestack issue

This commit is contained in:
Ivan Folgueira Bande 2025-10-05 11:46:21 +02:00
parent 086653299c
commit 5cf0aa3fa4
No known key found for this signature in database
GPG Key ID: 3C117481F89E24A7

View File

@ -24,13 +24,13 @@ jobs:
- uses: actions-rs/toolchain@v1 - uses: actions-rs/toolchain@v1
with: with:
profile: minimal profile: minimal
toolchain: stable toolchain: nightly
override: true override: true
components: llvm-tools-preview components: llvm-tools-preview
- uses: actions-rs/cargo@v1 - uses: actions-rs/cargo@v1
continue-on-error: true continue-on-error: true
- run: | - run: |
cargo install grcov; cargo install --force grcov;
cargo test --all-features; cargo test --all-features;
cargo test discv5_echo -- --ignored; cargo test discv5_echo -- --ignored;
cargo test default_echo -- --ignored; cargo test default_echo -- --ignored;