From c3907466078e2c51fc9893bed7d27bd49b160cf1 Mon Sep 17 00:00:00 2001 From: Bartosz Nowak Date: Wed, 27 Mar 2024 22:44:19 +0100 Subject: [PATCH] debug --- .github/workflows/proof_verification_tests.yml | 2 +- .github/workflows/tests.yml | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/proof_verification_tests.yml b/.github/workflows/proof_verification_tests.yml index 978cb3f30..fe381154f 100644 --- a/.github/workflows/proof_verification_tests.yml +++ b/.github/workflows/proof_verification_tests.yml @@ -40,7 +40,7 @@ jobs: repository: fmkra/scarb - name: Build custom scarb - run: cd scarb && cargo build + run: cargo build working-directory: scarb - name: Build project diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index db87c6532..43b9593e8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,7 +23,9 @@ jobs: repository: fmkra/scarb - name: Build custom scarb - run: cd scarb && cargo build && cd ../ + run: cargo build + working-directory: scarb - name: Run tests - run: ./scarb/target/debug/scarb test \ No newline at end of file + run: ./scarb/target/debug/scarb test + working-directory: $GITHUB_WORKSPACE \ No newline at end of file