mirror of
https://github.com/codex-storage/codex-storage-proofs.git
synced 2025-02-13 03:07:02 +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