Skip to content

Commit

Permalink
only compile tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zeegomo committed Sep 12, 2024
1 parent bec8491 commit 4c7c173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
mkdir bcp
cp ./target/debug/{nomos-cli,nomos-node,rocks} bcp/
cargo clean
cargo test --no-default-features --features libp2p
cargo test --no-default-features --features libp2p --no-run
cp bcp/* ./target/debug
mkdir /tmp/cov;
grcov . --binary-path ./target/debug/ -s . -t lcov --branch --ignore-not-existing --ignore '../*' --ignore "/*" -o /tmp/cov/tests.lcov;
Expand Down

0 comments on commit 4c7c173

Please sign in to comment.