mirror of
https://github.com/logos-messaging/logos-messaging-rust-bindings.git
synced 2026-01-05 23:43:11 +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
|
- 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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user