diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 094e893..8952edc 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -35,12 +35,6 @@ jobs: - name: Print Circom version run: circom --version - - name: Install Yarn - run: | - corepack enable - corepack prepare yarn@3.2.3 --activate - yarn install --immutable - - name: Install Yarn dependencies working-directory: ./packages/circuits run: yarn install --immutable @@ -60,12 +54,6 @@ jobs: with: node-version: 18 - - name: Install Yarn - run: | - corepack enable - corepack prepare yarn@3.2.3 --activate - yarn install --immutable - - name: Install Yarn dependencies working-directory: ./packages/helpers run: yarn install --immutable diff --git a/packages/circuits/package.json b/packages/circuits/package.json index ffd7e36..d15ad52 100644 --- a/packages/circuits/package.json +++ b/packages/circuits/package.json @@ -4,7 +4,7 @@ "license": "MIT", "scripts": { "publish": "yarn npm publish --access=public", - "test": "NODE_OPTIONS=--max_old_space_size=8192 jest tests" + "test": "NODE_OPTIONS=--max_old_space_size=8192 jest --runInBand --detectOpenHandles --forceExit --verbose tests" }, "dependencies": { "@zk-email/circuits": "^6.1.5",