mirror of
https://github.com/logos-messaging/logos-messaging-rust-bindings.git
synced 2026-01-04 06:53:06 +00:00
avoid the use of --all-features running tests
This commit is contained in:
parent
7785c20dc9
commit
fd68bc3ac4
2
.github/workflows/codecov.yml
vendored
2
.github/workflows/codecov.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
echo "Installing grcov";
|
echo "Installing grcov";
|
||||||
cargo install grcov;
|
cargo install grcov;
|
||||||
echo "Running tests";
|
echo "Running tests";
|
||||||
cargo test --all-features;
|
cargo test;
|
||||||
echo "Running ignored tests for coverage";
|
echo "Running ignored tests for coverage";
|
||||||
cargo test discv5_echo -- --ignored;
|
cargo test discv5_echo -- --ignored;
|
||||||
echo "Running default_echo ignored tests for coverage";
|
echo "Running default_echo ignored tests for coverage";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user