Skip to content

Commit 93f6a13

Browse files
committed
warn unreachable on primer
1 parent 95585ec commit 93f6a13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/mypy_primer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
--new $GITHUB_SHA --old base_commit \
6666
--num-shards 6 --shard-index ${{ matrix.shard-index }} \
6767
--debug \
68-
--additional-flags="--debug-serialize" \
68+
--additional-flags="--debug-serialize --warn-unreachable" \
6969
--output concise \
7070
--mypy-install-librt \
7171
| tee diff_${{ matrix.shard-index }}.txt

0 commit comments

Comments
 (0)