Skip to content

Commit

Permalink
git workflows at root
Browse files Browse the repository at this point in the history
  • Loading branch information
jzaki committed Oct 4, 2024
1 parent 57d3e89 commit 0ccd2eb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/nightly-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,9 @@ jobs:
toolchain: nightly

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

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

- name: Alert on dead canary
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
toolchain: ${{ matrix.toolchain }}

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

format:
Expand All @@ -42,5 +41,4 @@ jobs:
toolchain: 0.34.0

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

0 comments on commit 0ccd2eb

Please sign in to comment.