compile-only test for IR3 actually works (#13619)

This commit is contained in:
Christopher Milan
2025-12-08 12:07:49 -08:00
committed by GitHub
parent a17077d1d9
commit a4c3d48aa9
3 changed files with 4 additions and 2 deletions

View File

@@ -1000,4 +1000,5 @@ jobs:
shell: bash
run: |
python -c "from tinygrad import Device; assert Device.DEFAULT == 'NULL'"
DEBUG=4 python3 test/test_ops.py TestOps.test_add
python -m pytest -n=auto test/test_ops.py --durations=20