Skip to content

Commit

Permalink
only run 1 test
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorvsadana committed Sep 18, 2024
1 parent 0eaad9f commit 89399ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Run llvm-cov tests
env:
ETHEREUM_BLAST_RPC_URL: ${{ secrets.ETHEREUM_BLAST_RPC_URL }}
run: RUST_LOG=debug RUST_BACKTRACE=1 cargo llvm-cov nextest --release --features testing --lcov --output-path lcov.info --test-threads=1 --workspace --exclude=e2e-tests --no-fail-fast
run: RUST_LOG=debug RUST_BACKTRACE=1 cargo llvm-cov nextest --release --features testing --lcov --output-path lcov.info --test-threads=1 --workspace --exclude=e2e-tests prover_client_get_task_status_works::case_7

- name: Coveralls
uses: coverallsapp/github-action@v2
Expand Down

0 comments on commit 89399ca

Please sign in to comment.