Skip to content

Commit 2bad1f0

Browse files
fine tune codecov tests
1 parent c070a24 commit 2bad1f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codecov.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141

4242
- name: Run tests with coverage
4343
run: |
44-
cargo test --verbose
45-
cargo test discv5_echo -- --ignored --verbose
46-
cargo test default_echo -- --ignored --verbose
44+
cargo test --all-features;
45+
cargo test discv5_echo -- --ignored;
46+
cargo test default_echo -- --ignored;
4747
4848
- name: Generate coverage report
4949
run: |

0 commit comments

Comments
 (0)