removing the nextest filter

This commit is contained in:
Abhijeet Patil
2024-01-18 14:40:26 +00:00
parent c83de86038
commit f19a8cecf0

View File

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