Skip to content

Commit

Permalink
chore: build for cjs tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Sep 26, 2023
1 parent 83cb1a6 commit c4368a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-noir-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,6 @@ jobs:
run: yarn workspace @noir-lang/noirc_abi build

- name: Run noir_js tests
run: yarn workspace @noir-lang/noir_js test
run: |
yarn workspace @noir-lang/noir_js build
yarn workspace @noir-lang/noir_js test

0 comments on commit c4368a1

Please sign in to comment.