updated the syntax of filter

This commit is contained in:
Abhijeet Patil
2024-01-20 16:24:17 +00:00
parent acc33173d6
commit 80c374d37f

View File

@@ -355,7 +355,7 @@ jobs:
- name: Run rust tests
run: |
${cov_prefix} cargo nextest run $CARGO_FLAGS $CARGO_FEATURES -E 'not (test(short_v14_fails_for_wrong_key_but_returns_zero_page) | test(short_v14_redo) | binary_id(xlog_utils_test))'
${cov_prefix} cargo nextest run $CARGO_FLAGS $CARGO_FEATURES -E 'not (test(short_v14_fails_for_wrong_key_but_returns_zero_page) | test(short_v14_redo) | binary(xlog_utils_test))'
# Run separate tests for real S3
export ENABLE_REAL_S3_REMOTE_STORAGE=nonempty