Skip to content

Commit

Permalink
chore: print result
Browse files Browse the repository at this point in the history
  • Loading branch information
vivianjeng committed Feb 7, 2025
1 parent 64c7bff commit 9f00b98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run Clippy
run: cargo clippy --all-targets --all-features
run: cargo clippy --all-targets --all-features -vv
lint:
runs-on: ubuntu-latest
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Circom prover tests
run: |
cd circom-prover
cargo test --all-features
cargo test --all-features -vv
cli:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9f00b98

Please sign in to comment.