remove build run

This commit is contained in:
Dmitriy Ryajov 2023-03-07 18:05:11 -06:00
parent 087397bc55
commit 18d4fab0ca
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4

View File

@ -28,7 +28,5 @@ jobs:
- name: Install circom if not cached
run: ./scripts/install-circom.sh
- run: npm ci
- name: Try build the circuits
run: npm run build
- name: Run the tests
run: npm test