We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfc68d1 commit 9314362Copy full SHA for 9314362
.github/workflows/test.yml
@@ -330,8 +330,8 @@ jobs:
330
run: awk '/```python/{flag=1;next}/```/{flag=0}flag' README.md > README.py && PYTHONPATH=. python README.py
331
- name: Run unit tests
332
run: PYTHONPATH="." python -m pytest -n=auto test/unit/
333
- - name: Repo line count < 11500 lines
334
- run: MAX_LINE_COUNT=11500 python sz.py
+ - name: Repo line count < 12000 lines
+ run: MAX_LINE_COUNT=12000 python sz.py
335
336
fuzzing:
337
name: Fuzzing
0 commit comments