Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
EricJoy2048 committed Jan 18, 2022
1 parent 12ea08d commit 4909540
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci/branch_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4909540

Please sign in to comment.