diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 81bc0b711..12497f9c1 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -47,6 +47,14 @@ jobs: working-directory: ./circuits run: yarn install-circuits --immutable + - name: Run lint + working-directory: ./circuits + run: yarn lint + + - name: Run Tests + working-directory: ./circuits + run: yarn test + - name: Run Tests working-directory: ./circuits run: yarn test