We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 123a6e3 commit 1e5c393Copy full SHA for 1e5c393
.github/workflows/test_s3_minio.yml
@@ -68,7 +68,8 @@ jobs:
68
# run tests on one process to catch eventual SegFaults
69
# no SegFaults happen with n procs > 1
70
run: |
71
- pytest
+ # pytest
72
+ pytest tests/test_harness.py
73
- name: Run S3 exploratory tests
74
75
pytest tests/s3_exploratory/test_s3_reduction.py --html=test-reports/s3-exploratory-report.html
0 commit comments