More test fixes for tcell on GitHub Actions

This commit is contained in:
Junegunn Choi
2024-02-01 17:04:15 +09:00
parent 413c66beba
commit 2a1e5a9729
3 changed files with 20 additions and 9 deletions

View File

@@ -11,6 +11,9 @@ on:
permissions:
contents: read
env:
LANG: C.UTF-8
jobs:
build:
runs-on: ubuntu-latest
@@ -42,7 +45,7 @@ jobs:
run: make test
- name: Integration test
run: make install && ./install --all && LC_ALL=C tmux new-session -d && ruby test/test_go.rb --verbose
run: make install && ./install --all && tmux new-session -d && ruby test/test_go.rb --verbose
- name: Integration test (tcell)
run: TAGS=tcell make clean install && ruby test/test_go.rb --verbose