Skip to content

Commit ec00eb1

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci_time_consuming.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ jobs:
2121
cargo test -r -p $pkg
2222
done
2323
env:
24-
RUSTFLAGS: "-C target-cpu=native"
24+
# Disable to avoid simple program failure
25+
#RUSTFLAGS: "-C target-cpu=native"

0 commit comments

Comments
 (0)