add gc tests [pr] (#9718)

* add gc tests [pr]

* del

* more gc tests

* add NullGraph
This commit is contained in:
George Hotz
2025-04-03 14:08:32 +08:00
committed by GitHub
parent bc91fffc5d
commit 49dafe6d43
5 changed files with 89 additions and 8 deletions

View File

@@ -337,6 +337,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: Run GC tests
run: PYTHONPATH="." python test/external/external_uop_gc.py
- name: Repo line count < 12500 lines
run: MAX_LINE_COUNT=12500 python sz.py