fix: circuit tests and tsconfigs (#621)

* fix: circuit tests and tsconfigs

* fix-ci: downgrade typescript version

* fix: yarn.lock

* fix: linting in common
This commit is contained in:
Nesopie
2025-06-13 17:46:23 +05:30
committed by GitHub
parent 2a6c00f6bd
commit f4f5903b40
22 changed files with 518 additions and 155 deletions

View File

@@ -56,13 +56,8 @@ jobs:
run: yarn workspaces focus @selfxyz/circuits
- name: Run lint
working-directory: ./circuits
run: yarn lint
- name: Build (Circuits + Self dependencies)
run: yarn build:deps
working-directory: ./circuits
run: yarn workspace @selfxyz/circuits lint
- name: Run Tests (Circuits)
working-directory: ./circuits
env:
FULL_TEST_SUITE: false
run: yarn test
run: yarn workspace @selfxyz/circuits test