There was an error while loading. Please reload this page.
1 parent ddecd27 commit fbf5dfcCopy full SHA for fbf5dfc
1 file changed
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
- id: generate-test-matrix
34
run: |
35
# This script is used to generate the list of tests to be included in the test matrix.
36
- TEST_PER_JOB=30
+ TEST_PER_JOB=5
37
matrix="'"
38
count=0
39
for file in $(find test/integration/ -name "*.py" | grep -v "__init__.py" | sed 's/test\/integration\///' | sed 's/.py$//'); do
0 commit comments