Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: CalvinNeo <calvinneo1995@gmail.com>
  • Loading branch information
CalvinNeo committed Mar 12, 2024
1 parent a80c172 commit 42b5bc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proxy_scripts/ci_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ elif [[ $M == "testnew" ]]; then
cargo test --package proxy_tests --features="$ENABLE_FEATURES" --test proxy shared::replica_read -- --test-threads 1
cargo test --package proxy_tests --features="$ENABLE_FEATURES" --test proxy shared::ffi -- --test-threads 1
cargo test --package proxy_tests --features="$ENABLE_FEATURES" --test proxy shared::write --features="proxy_tests/enable-pagestorage"
cargo test --package proxy_tests --features="$ENABLE_FEATURES" --test proxy shared::jemalloc --features="jemalloc"
# We don't support snapshot test for PS, since it don't support trait Snapshot.
elif [[ $M == "debug" ]]; then
# export RUSTC_WRAPPER=~/.cargo/bin/sccache
Expand Down

0 comments on commit 42b5bc7

Please sign in to comment.