Commit c010a80
jgstern-agent
fix(ci): add parallel test execution to release workflow
Add -n 2 flag to pytest commands in the release workflow test-matrix
job to enable parallel test execution. This matches the optimization
made to ci.yml and should significantly reduce the test runtime,
helping the release workflow avoid timeout issues.
The previous fix (fb324bc) removed the sentence-transformers install
step, but tests were still running sequentially which contributed
to timeouts on the resource-constrained Codeberg runners.
Signed-off-by: jgstern-agent <josh-agent@iterabloom.com>1 parent fb324bc commit c010a80
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
0 commit comments