check spec in test, cleanup vectorize render

This commit is contained in:
2025-10-07 16:36:24 +08:00
parent 75ce11593c
commit 7e4cf39929
4 changed files with 15 additions and 2 deletions
+2
View File
@@ -267,6 +267,8 @@ jobs:
run: python -c "from tinygrad import Device; assert Device.DEFAULT == 'CPU', Device.DEFAULT"
- name: Run unit tests
run: CPU=1 python -m pytest -n=auto test/unit/ --durations=20
- name: Check SPEC=1
run: SPEC=1 python3 test/test_tiny.py
- name: Run targetted tests on NULL backend
run: NULL=1 python3 -m unittest test.test_multitensor.TestMultiTensor.test_data_parallel_resnet_train_step test/device/test_null.py
# TODO: too slow