Skip to content

Commit 2e3144c

Browse files
authored
Enable --debug-serialize for mypy_primer (#14318)
Enable the `--debug-serialize` option to help catch issues during serialization which would normally be skipped by mypy_primer. Followup to #14155
1 parent d5dc1fb commit 2e3144c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/mypy_primer.yml

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
--new $GITHUB_SHA --old base_commit \
6363
--num-shards 5 --shard-index ${{ matrix.shard-index }} \
6464
--debug \
65+
--additional-flags="--debug-serialize" \
6566
--output concise \
6667
| tee diff_${{ matrix.shard-index }}.txt
6768
) || [ $? -eq 1 ]

0 commit comments

Comments
 (0)