We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3341b4b commit a186cc8Copy full SHA for a186cc8
.github/workflows/mypy_primer.yml
@@ -65,7 +65,7 @@ jobs:
65
--new $GITHUB_SHA --old base_commit \
66
--num-shards 5 --shard-index ${{ matrix.shard-index }} \
67
--debug \
68
- --additional-flags="--debug-serialize --only-allow-exhaustive-match-statements" \
+ --additional-flags="--debug-serialize" \
69
--output concise \
70
| tee diff_${{ matrix.shard-index }}.txt
71
) || [ $? -eq 1 ]
0 commit comments