test FUSE_OPTIM=1 test/test_optim.py (#12895)

This commit is contained in:
chenyu
2025-10-23 15:54:27 -04:00
committed by GitHub
parent 6e4ee8deea
commit 154b4f9f40
+1 -1
View File
@@ -351,7 +351,7 @@ jobs:
- name: Run Kernel Count Test
run: CL=1 python -m pytest -n=auto test/external/external_test_opt.py
- name: Run fused optimizer tests
run: CL=1 FUSE_OPTIM=1 python -m pytest -n=auto test/models/test_mnist.py
run: CL=1 FUSE_OPTIM=1 python -m pytest -n=auto test/models/test_mnist.py test/test_optim.py -k "not muon"
- name: Upload artifact
uses: actions/upload-artifact@v4
with: