Skip to content

Commit 1e5c393

Browse files
committed
run just test harness
1 parent 123a6e3 commit 1e5c393

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test_s3_minio.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ jobs:
6868
# run tests on one process to catch eventual SegFaults
6969
# no SegFaults happen with n procs > 1
7070
run: |
71-
pytest
71+
# pytest
72+
pytest tests/test_harness.py
7273
- name: Run S3 exploratory tests
7374
run: |
7475
pytest tests/s3_exploratory/test_s3_reduction.py --html=test-reports/s3-exploratory-report.html

0 commit comments

Comments
 (0)