Nicer way to include grapheme test data in Go tests

This commit is contained in:
Kovid Goyal 2025-03-27 03:20:27 +05:30
parent e76daa3736
commit 9e1601a9b5
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
5 changed files with 18 additions and 8 deletions

View file

@ -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