Skip to content

Commit

Permalink
do not run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zeegomo committed Sep 12, 2024
1 parent 4e9096c commit c467490
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,6 @@ jobs:
run: cargo binstall -y cargo-risczero && cargo risczero install
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions-rs/cargo@v1
with:
command: build
args: --all --no-default-features --features libp2p
- uses: actions-rs/cargo@v1
continue-on-error: true
- run: |
mkdir bcp
cp ./target/debug/{nomos-cli,nomos-node,rocks} bcp/
cargo clean
mkdir -p target/debug
cp bcp/* ./target/debug/
- run: |
cargo binstall -y grcov;
cargo test --no-default-features --features libp2p
Expand Down

0 comments on commit c467490

Please sign in to comment.