Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Okm165 committed Mar 27, 2024
1 parent 6527da6 commit 7f71fc2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/proof_verification_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,18 @@ jobs:
- name: Build custom scarb
run: cd scarb && cargo build

- name: LS
run: ls

- name: LS
run: ls scarb

- name: LS
run: ls scarb/target

- name: LS
run: ls scarb/target/debug

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

Expand Down

0 comments on commit 7f71fc2

Please sign in to comment.