update CI to run cargo tests

This commit is contained in:
Dmitriy Ryajov 2023-03-20 18:48:48 -06:00
parent 3511e27b6e
commit 1e3c226477
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4

View File

@ -27,6 +27,5 @@ jobs:
key: ${{ runner.os }}-circom-${{ hashFiles('./scripts/install-circom.sh') }}
- name: Install circom if not cached
run: sh ./scripts/install-circom.sh
- run: npm ci
- name: Run the tests
run: npm test
run: RUST_BACKTRACE=full cargo test -r