From 4909540fee3f281da43af9f5dc8628c834187def Mon Sep 17 00:00:00 2001 From: gaojun Date: Tue, 18 Jan 2022 17:20:39 +0800 Subject: [PATCH] fix build error --- ci/branch_build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ci/branch_build.sh b/ci/branch_build.sh index e822884fa5a9b..f50a0f2c71b25 100644 --- a/ci/branch_build.sh +++ b/ci/branch_build.sh @@ -41,8 +41,7 @@ echo -e "\033[42;37m 开始 build \033[0m" rustup component add llvm-tools-preview cargo install grcov export RUST_BACKTRACE=full -cargo build --release --features "simd mimalloc" -cargo test --release --features "simd mimalloc" +cargo test --release --features "simd standalone" # 生成测试报告 echo -e "\033[42;37m 生成测试报告 build \033[0m"