Skip to content

Commit

Permalink
chore: fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Jan 29, 2025
1 parent a339015 commit 5c2e488
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,8 @@ jobs:
toolchain: ${{ matrix.toolchain }}

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

- name: Run example project
working-directory: ./example
run: nargo execute
format:
needs: [noir-version-list]
runs-on: ubuntu-latest
Expand Down Expand Up @@ -89,4 +85,4 @@ jobs:
fi
env:
# We treat any cancelled, skipped or failing jobs as a failure for the workflow as a whole.
FAIL: ${{ contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled') || contains(needs.*.result, 'skipped') }}
FAIL: ${{ contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled') || contains(needs.*.result, 'skipped') }}

0 comments on commit 5c2e488

Please sign in to comment.