From 7576a1da23d9ab3ecb3fe2f569e9245bd8dccc1f Mon Sep 17 00:00:00 2001 From: George Hotz Date: Wed, 5 Mar 2025 09:21:18 +0800 Subject: [PATCH] hotfix: line count to 11500, lines for SQTT and AMDLLVM --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d4f4e7d6a9..00193098b0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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