full testing

This commit is contained in:
Steven Anderson
2023-08-01 19:22:11 -04:00
parent b4d3dbc92a
commit e20ee79dd1
+1 -1
View File
@@ -70,7 +70,7 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Test Ops
run: docker run -e ARM64=1 -e CLANG=1 -e FORWARD_ONLY=1 tinygrad-arm64 /usr/bin/env python3 -m pytest -n=auto -s test/test_ops.py
run: docker run -e ARM64=1 -e CLANG=1 -e tinygrad-arm64 /usr/bin/env python3 -m pytest -n=auto -s test/ -m 'not exclude_clang' --ignore test/models/test_real_world.py
testcpuimagenet:
name: CPU and ImageNet to C Tests