Skip to content

Commit

Permalink
debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Okm165 committed Mar 27, 2024
1 parent 22e1368 commit a6d85f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/proof_verification_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ jobs:
repository: fmkra/scarb

- name: Build custom scarb
run: cargo build --release
run: cargo build
working-directory: scarb

- name: Build project
run: ./scarb/target/release/scarb build --no-default-features --features=${{ matrix.layout }},keccak
run: ./scarb/target/debug/scarb build --no-default-features --features=${{ matrix.layout }},keccak

- name: Test project
run: ./scarb/target/release/scarb test --no-default-features --features=${{ matrix.layout }},keccak
run: ./scarb/target/debug/scarb test --no-default-features --features=${{ matrix.layout }},keccak

- name: Run verification
run: cargo run --release --bin runner -- target/dev/cairo_verifier.sierra.json < examples/proofs/${{ matrix.layout }}/example_proof.json
run: cargo run --bin runner -- target/dev/cairo_verifier.sierra.json < examples/proofs/${{ matrix.layout }}/example_proof.json

0 comments on commit a6d85f2

Please sign in to comment.