mirror of
https://github.com/logos-messaging/logos-messaging-rust-bindings.git
synced 2026-01-11 18:33:08 +00:00
Run echo tests as seperate processes
This commit is contained in:
parent
7682030e3c
commit
e6f82910fc
4
.github/workflows/codecov.yml
vendored
4
.github/workflows/codecov.yml
vendored
@ -31,7 +31,9 @@ jobs:
|
||||
continue-on-error: true
|
||||
- run: |
|
||||
cargo install grcov;
|
||||
cargo test --all-features -- --include-ignored;
|
||||
cargo test --all-features;
|
||||
cargo test discv5_echo -- --ignored;
|
||||
cargo test default_echo -- --ignored;
|
||||
mkdir /tmp/cov;
|
||||
grcov . --binary-path ./target/debug/ -s . -t lcov --branch --ignore-not-existing --ignore '../*' --ignore "/*" -o /tmp/cov/tests.lcov;
|
||||
- uses: codecov/codecov-action@v3
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user