mirror of
https://github.com/logos-messaging/logos-messaging-rust-bindings.git
synced 2026-01-02 22:13:07 +00:00
try to fix ci __rust_probestack issue
This commit is contained in:
parent
086653299c
commit
5cf0aa3fa4
4
.github/workflows/codecov.yml
vendored
4
.github/workflows/codecov.yml
vendored
@ -24,13 +24,13 @@ jobs:
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
profile: minimal
|
||||
toolchain: stable
|
||||
toolchain: nightly
|
||||
override: true
|
||||
components: llvm-tools-preview
|
||||
- uses: actions-rs/cargo@v1
|
||||
continue-on-error: true
|
||||
- run: |
|
||||
cargo install grcov;
|
||||
cargo install --force grcov;
|
||||
cargo test --all-features;
|
||||
cargo test discv5_echo -- --ignored;
|
||||
cargo test default_echo -- --ignored;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user