Skip to content

Commit b40d816

Browse files
committed
Add parallel testing demo
1 parent a49d4c8 commit b40d816

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/parallel.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
- name: Setup python
2222
run: uv python install
2323

24+
- name: Collect tests
25+
run: uv run -- pytest --collect-only --quiet > collected.txt
26+
2427
- shell: uv run -- python {0}
2528
run: |
2629
print("hello")

0 commit comments

Comments
 (0)