updated the syntax of filter

This commit is contained in:
Abhijeet Patil
2024-01-20 22:46:07 +00:00
parent c441b3e25b
commit 9001b49714

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_) | test(~test_find_end_of_wal))'
${cov_prefix} cargo nextest run $CARGO_FLAGS $CARGO_FEATURES -E 'not (test(short_v14_) | test(test_find_end_of_wal))'
# Run separate tests for real S3
export ENABLE_REAL_S3_REMOTE_STORAGE=nonempty