Run pytype test with --print-stderr (#7656)

This commit is contained in:
Jelle Zijlstra
2022-04-18 00:57:48 -07:00
committed by GitHub
parent 321359ca31
commit a17b3afb16

View File

@@ -47,7 +47,7 @@ jobs:
with:
python-version: 3.9
- run: pip install -r requirements-tests.txt
- run: ./tests/pytype_test.py
- run: ./tests/pytype_test.py --print-stderr
mypy:
name: Run mypy against the stubs