hotfix: 12000 lines, for AMD stuff

This commit is contained in:
George Hotz
2025-03-13 10:48:14 +08:00
parent bfc68d1953
commit 931436204c

View File

@@ -330,8 +330,8 @@ jobs:
run: awk '/```python/{flag=1;next}/```/{flag=0}flag' README.md > README.py && PYTHONPATH=. python README.py
- name: Run unit tests
run: PYTHONPATH="." python -m pytest -n=auto test/unit/
- name: Repo line count < 11500 lines
run: MAX_LINE_COUNT=11500 python sz.py
- name: Repo line count < 12000 lines
run: MAX_LINE_COUNT=12000 python sz.py
fuzzing:
name: Fuzzing