diff --git a/.github/workflows/proof_verification_tests.yml b/.github/workflows/proof_verification_tests.yml index f2c0765a2..798fcc8e8 100644 --- a/.github/workflows/proof_verification_tests.yml +++ b/.github/workflows/proof_verification_tests.yml @@ -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