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 28153ef commit 2fb621c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 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 @@ -35,7 +35,7 @@ jobs:
pip install -r requirements.txt
- name: Clone custom scarb
run: git clone https://github.com/fmkra/scarb.git
run: git clone https://github.com/fmkra/scarb.git && git checkout feature_set_manipulations
working-directory: ${{ github.workspace }}

- name: Build custom scarb
Expand Down
11 changes: 5 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,14 @@ jobs:
- name: Format code
run: scarb fmt --check

- name: Checkout custom scarb
uses: actions/checkout@v3
with:
repository: fmkra/scarb
- name: Clone custom scarb
run: git clone https://github.com/fmkra/scarb.git && git checkout feature_set_manipulations
working-directory: ${{ github.workspace }}

- name: Build custom scarb
run: cargo build
working-directory: scarb
working-directory: ${{ github.workspace }}/scarb

- name: Run tests
run: ./scarb/target/debug/scarb test
working-directory: ${{ github.workspace }}/../
working-directory: ${{ github.workspace }}

0 comments on commit 2fb621c

Please sign in to comment.