Skip to content

Commit

Permalink
Enable --debug-serialize for mypy_primer (#14318)
Browse files Browse the repository at this point in the history
Enable the `--debug-serialize` option to help catch issues during
serialization which would normally be skipped by mypy_primer.

Followup to #14155
  • Loading branch information
cdce8p committed Dec 19, 2022
1 parent d5dc1fb commit 2e3144c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mypy_primer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
--new $GITHUB_SHA --old base_commit \
--num-shards 5 --shard-index ${{ matrix.shard-index }} \
--debug \
--additional-flags="--debug-serialize" \
--output concise \
| tee diff_${{ matrix.shard-index }}.txt
) || [ $? -eq 1 ]
Expand Down

0 comments on commit 2e3144c

Please sign in to comment.