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 e3b3490 commit c390746
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/proof_verification_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
run: ./scarb/target/debug/scarb test
working-directory: $GITHUB_WORKSPACE

0 comments on commit c390746

Please sign in to comment.