Skip to content

Commit 86ef7d9

Browse files
committed
add pyodide job debugging
1 parent 33c9b60 commit 86ef7d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ jobs:
268268
# pyodide can't run multiple processes internally, so parallelize explicitly over
269269
# discovered test files instead (20 at a time)
270270
TEST_FILES=$(python -m pytest -p no:cacheprovider --setup-plan hypothesis-python/tests/cover | grep ^hypothesis-python/ | cut -d " " -f 1)
271+
echo "test files: $TEST_FILES"
271272
parallel --max-procs 100% --max-args 20 --keep-order --line-buffer \
272273
python -m pytest -p no:cacheprovider <<< $TEST_FILES
273274

0 commit comments

Comments
 (0)