Skip to content

Commit

Permalink
fix: cleanup wf errors
Browse files Browse the repository at this point in the history
  • Loading branch information
romanzac committed Sep 13, 2024
1 parent ed122de commit f13892e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/my_codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,15 @@ jobs:
with:
command: build
args: --all --no-default-features --features libp2p
- uses: actions-rs/cargo@v1
- run: |
- name: Prepare artifacts
run: |
mkdir bcp
cp ./target/debug/{nomos-cli, nomos-node, rocks} bcp/
cargo clean
mkdir -p target/debug
cp bcp/* ./target/debug/
- uses: actions-rs/cargo@v1
continue-on-error: true
- run: |
- name: Run grcov
run: |
cargo install -y grcov;
cargo test --no-default-features --features libp2p
mkdir /tmp/cov;
Expand Down

0 comments on commit f13892e

Please sign in to comment.