Skip to content

Commit

Permalink
add working dir to action
Browse files Browse the repository at this point in the history
  • Loading branch information
jp4g committed Nov 25, 2024
1 parent 84bb3d5 commit 2bf4627
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
toolchain: ${{ matrix.toolchain }}

- name: Run Noir tests
working-directory: ./lib
run: nargo test

format:
Expand All @@ -35,9 +36,10 @@ jobs:
- name: Install Nargo
uses: noir-lang/[email protected]
with:
toolchain: 0.35.0
toolchain: 0.36.0

- name: Run formatter
working-directory: ./lib
run: nargo fmt --check

# This is a job which depends on all test jobs and reports the overall status.
Expand Down

0 comments on commit 2bf4627

Please sign in to comment.