diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8084c66a74..866f464ba6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -256,6 +256,7 @@ jobs: uses: ./.github/actions/setup-tinygrad with: key: null-schedule + deps: testing_unit - name: Run NULL backend tests run: NULL=1 python -m pytest -n=auto test/null/ --durations=20 - name: Run targetted tests on NULL backend