Skip to content

Commit

Permalink
Remove <./circuits> Jest wrapper run from npm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
skaunov authored Sep 24, 2023
1 parent fd27144 commit e1a39b4
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Jest NPM test suite (<javascript>, <circuits>)
name: Jest NPM test suite (<./javascript>)
on: [push, pull_request]

jobs:
Expand All @@ -16,14 +16,3 @@ jobs:
cd javascript
npm install
npm test
- name: JavaScript `circom` tests
uses: actions/setup-node@v3
with:
node-version: 18
- run: |
cd javascript
npm install
cd ../circuits
npm install
npm run flatten-deps && npm run test

0 comments on commit e1a39b4

Please sign in to comment.