mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-10 15:38:29 -05:00
add tests to mypy
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -40,7 +40,7 @@ jobs:
|
||||
- name: Lint tinygrad with pylint
|
||||
run: pylint tinygrad/
|
||||
- name: Run mypy
|
||||
run: mypy tinygrad/
|
||||
run: mypy tinygrad/ test/ --ignore-missing-imports
|
||||
|
||||
testcpu:
|
||||
name: CPU Tests
|
||||
|
||||
Reference in New Issue
Block a user