Skip to content

Commit 486cfe8

Browse files
committed
fix: unitest by diabling avx feature
1 parent e564a33 commit 486cfe8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci_time_consuming.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ jobs:
1717
- run: export PATH=~/.cargo/bin:$PATH
1818
- run: |
1919
source ~/.zkm-toolchain/env
20-
for pkg in zkm-core-machine zkm-sdk zkm-verifier; do
21-
cargo test -r -p $pkg
22-
done
23-
env:
24-
RUSTFLAGS: "-C target-cpu=native"
20+
cargo test -r -p zkm-core-machine
21+
for pkg in zkm-sdk zkm-verifier; do
22+
RUSTFLAGS="-C target-cpu=native" cargo test -r -p $pkg
23+
done

docs/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
docs.zkm.io

0 commit comments

Comments
 (0)