Skip to content

Commit dbda72f

Browse files
committed
hotfix: raise line limit to 11200 for new webgpu backend
1 parent b1e1319 commit dbda72f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,8 @@ jobs:
253253
run: |
254254
PYTHONPATH="." python test/external/fuzz_shapetracker.py
255255
PYTHONPATH="." python test/external/fuzz_shapetracker_math.py
256-
- name: Repo line count < 11000 lines
257-
run: MAX_LINE_COUNT=11000 python sz.py
256+
- name: Repo line count < 11200 lines
257+
run: MAX_LINE_COUNT=11200 python sz.py
258258

259259
testopencl:
260260
strategy:

0 commit comments

Comments
 (0)