mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-31 06:18:17 +00:00
Nicer way to include grapheme test data in Go tests
This commit is contained in:
parent
e76daa3736
commit
9e1601a9b5
5 changed files with 18 additions and 8 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -121,7 +121,7 @@ jobs:
|
|||
run: which python && python -m mypy --version && ./test.py mypy
|
||||
|
||||
- name: Run go vet
|
||||
run: cp kitty_tests/GraphemeBreakTest.json tools/wcswidth && go version && go vet ./...
|
||||
run: go version && go vet -tags testing ./...
|
||||
|
||||
- name: Build man page
|
||||
run: make FAIL_WARN=1 man
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue