Skip to content

Commit 139b201

Browse files
committed
fix: add --release flag to yml
1 parent 4c9a02f commit 139b201

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ jobs:
7474
run: cargo clippy --all-targets --all-features -- -D warnings
7575

7676
- name: Build project
77-
run: cargo build --verbose
77+
run: cargo build --verbose --release
7878

7979
- name: Run tests
80-
run: cargo test --verbose
80+
run: cargo test --verbose --release
8181

8282
- name: Install cargo-audit
8383
run: cargo install cargo-audit

elf/riscv32im-succinct-zkvm-elf

-60.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)