hotfix: line count to 11500, lines for SQTT and AMDLLVM

This commit is contained in:
George Hotz
2025-03-05 09:21:18 +08:00
parent 9eb45eb629
commit 7576a1da23

View File

@@ -323,8 +323,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 < 11300 lines
run: MAX_LINE_COUNT=11300 python sz.py
- name: Repo line count < 11500 lines
run: MAX_LINE_COUNT=11500 python sz.py
fuzzing:
name: Fuzzing