We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fcf182 commit 7e0f34aCopy full SHA for 7e0f34a
.github/workflows/ci.yaml
@@ -72,6 +72,12 @@ jobs:
72
components: rust-src
73
- name: Install wasm-pack
74
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
75
+ - name: Download circuits files
76
+ run: |
77
+ git clone --depth 1 https://github.com/openmina/circuit-blobs.git
78
+ rm -rf circuit-blobs/.git circuit-blobs/berkeley_rc1 circuit-blobs/3.0.0mainnet
79
+ zip -0 -r circuit-blobs circuit-blobs
80
+ mv circuit-blobs.zip ledger/
81
- run: |
82
cd ledger
83
wasm-pack test --release ${{ matrix.driver }} --headless -- -Z build-std=std,panic_abort
0 commit comments