Skip to content

Commit

Permalink
Fix ci_check.sh for some tests (#356)
Browse files Browse the repository at this point in the history
Signed-off-by: CalvinNeo <calvinneo1995@gmail.com>
  • Loading branch information
CalvinNeo authored Sep 18, 2023
1 parent cb91c8c commit 2452c4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proxy_scripts/ci_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ elif [[ $M == "testnew" ]]; then
# tests based on mock-engine-store, with compat for new proxy
cargo test --package proxy_tests --features="$ENABLE_FEATURES" --test proxy shared::write
cargo test --package proxy_tests --features="$ENABLE_FEATURES" --test proxy shared::snapshot
cargo test --package proxy_tests --features="$ENABLE_FEATURES" --test proxy shared::normal::store
cargo test --package proxy_tests --features="$ENABLE_FEATURES" --test proxy shared::normal::config
cargo test --package proxy_tests --features="$ENABLE_FEATURES" --test proxy shared::store
cargo test --package proxy_tests --features="$ENABLE_FEATURES" --test proxy shared::config
cargo test --package proxy_tests --features="$ENABLE_FEATURES" --test proxy shared::normal::restart
cargo test --package proxy_tests --features="$ENABLE_FEATURES" --test proxy shared::normal::persist
cargo test --package proxy_tests --features="$ENABLE_FEATURES" --test proxy shared::ingest
Expand Down

0 comments on commit 2452c4a

Please sign in to comment.