MAX_LINE_COUNT=26000 (#17378)

oh well
This commit is contained in:
chenyu
2026-08-03 15:37:58 -04:00
committed by GitHub
parent 3331944547
commit a2385ae21d
+2 -2
View File
@@ -219,8 +219,8 @@ jobs:
run: python3 test/external/external_benchmark_schedule.py
- name: Run process replay tests
uses: ./.github/actions/process-replay
- name: Repo line count < 25000 lines
run: MAX_LINE_COUNT=25000 python sz.py
- name: Repo line count <= 26000 lines
run: MAX_LINE_COUNT=26000 python sz.py
spec:
strategy: