avoid the use of --all-features running tests

This commit is contained in:
Ivan Folgueira Bande 2025-10-07 23:43:04 +02:00
parent 7785c20dc9
commit fd68bc3ac4
No known key found for this signature in database
GPG Key ID: 3C117481F89E24A7

View File

@ -30,7 +30,7 @@ jobs:
echo "Installing grcov";
cargo install grcov;
echo "Running tests";
cargo test --all-features;
cargo test;
echo "Running ignored tests for coverage";
cargo test discv5_echo -- --ignored;
echo "Running default_echo ignored tests for coverage";