This commit is contained in:
Kovid Goyal
2022-07-13 19:49:40 +05:30
parent 3a17f54bca
commit 57d3d09679
3 changed files with 5 additions and 4 deletions

View File

@@ -59,7 +59,7 @@ def build_kitty():
def test_kitty():
run('./kitty/launcher/kitty +launch test.py')
run('./test.py')
def package_kitty():

View File

@@ -85,7 +85,7 @@ jobs:
run: python .github/workflows/ci.py package
- name: Run mypy
run: python test.py mypy
run: ./test.py mypy
- name: Build man page
run: make FAIL_WARN=1 man