Skip to content

Commit 7e0f34a

Browse files
committed
download circuits in wasm test
1 parent 7fcf182 commit 7e0f34a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@ jobs:
7272
components: rust-src
7373
- name: Install wasm-pack
7474
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/
7581
- run: |
7682
cd ledger
7783
wasm-pack test --release ${{ matrix.driver }} --headless -- -Z build-std=std,panic_abort

0 commit comments

Comments
 (0)