Skip to content

Commit

Permalink
ZKM_SKIP_PROGRAM_BUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
xander42280 committed Dec 13, 2024
1 parent 138340d commit 3ae701b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:

env:
CARGO_TERM_COLOR: always
ZKM_SKIP_PROGRAM_BUILD: true

jobs:
build_and_test:
Expand All @@ -32,10 +33,6 @@ jobs:
run: |
chmod +x ./sdk/src/local/libsnark/compile.sh
./sdk/src/local/libsnark/compile.sh
- name: Install MIPS toolchain
run: |
chmod +x ./install_mips_rust_tool
./install_mips_rust_tool
- name: Cargo build
run: cargo build --verbose --release
- name: Cargo test
Expand Down

0 comments on commit 3ae701b

Please sign in to comment.