Skip to content

Commit 9314362

Browse files
committed
hotfix: 12000 lines, for AMD stuff
1 parent bfc68d1 commit 9314362

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -330,8 +330,8 @@ jobs:
330330
run: awk '/```python/{flag=1;next}/```/{flag=0}flag' README.md > README.py && PYTHONPATH=. python README.py
331331
- name: Run unit tests
332332
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
333+
- name: Repo line count < 12000 lines
334+
run: MAX_LINE_COUNT=12000 python sz.py
335335

336336
fuzzing:
337337
name: Fuzzing

0 commit comments

Comments
 (0)