Skip to content

Commit 2eed33a

Browse files
committed
Try pytest fail-fast
1 parent f6e6269 commit 2eed33a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: |
4646
cd tests
4747
export HIVEMIND_MEMORY_SHARING_STRATEGY=${{ matrix.os == 'ubuntu' && 'file_descriptor' || 'file_system' }}
48-
pytest --durations=0 --durations-min=1.0 -v
48+
pytest --durations=0 --durations-min=1.0 -v -x
4949
build_and_test_p2pd:
5050
runs-on: ubuntu-latest
5151
timeout-minutes: 10

0 commit comments

Comments
 (0)