Skip to content

Commit 933d4fd

Browse files
committed
Run mypy test suite with GitHub Actions
1 parent 75efba0 commit 933d4fd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/tests.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,14 @@ jobs:
7575
- uses: actions/setup-python@v2
7676
- run: ./tests/mypy_selftest.py
7777

78+
mypy-test-suite:
79+
name: Run the mypy test suite
80+
runs-on: ubuntu-latest
81+
steps:
82+
- uses: actions/checkout@v2
83+
- uses: actions/setup-python@v2
84+
- run: ./tests/mypy_test_suite.py
85+
7886
stubtest:
7987
name: Check stubs with stubtest
8088
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)