Revert "add sdk tests to github workflow"

This reverts commit 359b07fe04.
This commit is contained in:
0xturboblitz
2024-08-27 14:05:56 +08:00
parent 359b07fe04
commit 4bf69b166a

View File

@@ -9,7 +9,7 @@ on:
- dev
- main
jobs:
run_tests:
run_circuit_tests:
runs-on: ubuntu-latest
environment: development
steps:
@@ -51,14 +51,6 @@ jobs:
working-directory: ./circuits
run: yarn lint
- name: Run circuit tests
- name: Run Tests
working-directory: ./circuits
run: yarn test
- name: Install SDK dependencies
working-directory: ./sdk
run: yarn
- name: Run SDK Tests
working-directory: ./sdk
run: yarn test