mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
dsp matchers + bump line count to 11300 (#9130)
This commit is contained in:
parent
638d925e4e
commit
af9d8d39d2
2 changed files with 27 additions and 14 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -263,8 +263,8 @@ jobs:
|
|||
run: awk '/```python/{flag=1;next}/```/{flag=0}flag' README.md > README.py && PYTHONPATH=. python README.py
|
||||
- name: Run unit tests
|
||||
run: PYTHONPATH="." python -m pytest -n=auto test/unit/
|
||||
- name: Repo line count < 11200 lines
|
||||
run: MAX_LINE_COUNT=11200 python sz.py
|
||||
- name: Repo line count < 11300 lines
|
||||
run: MAX_LINE_COUNT=11300 python sz.py
|
||||
|
||||
fuzzing:
|
||||
name: Fuzzing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue