mirror of
https://github.com/logos-storage/logos-storage-proofs.git
synced 2026-01-03 22:13:11 +00:00
update CI to run cargo tests
This commit is contained in:
parent
3511e27b6e
commit
1e3c226477
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user