summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2024-02-01 16:25:53 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2024-02-01 16:25:53 +0900
commit413c66beba677d7492c1e61cd7d225227c012f9b (patch)
tree45bfca8d896ff1eccbf1e43eeeb06def957b5a84 /.github
parent1416e696b10d667ef28ddfe625e381e91c08b559 (diff)
Fix tests for tcell build
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linux.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index a020fde9..eeed0dc1 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -43,3 +43,6 @@ jobs:
- name: Integration test
run: make install && ./install --all && LC_ALL=C 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