m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 00:03:39 -05:00

Fix tests for tcell build

This commit is contained in:
Junegunn Choi
2024-02-01 16:25:53 +09:00
parent 1416e696b1
commit 413c66beba
5 changed files with 68 additions and 24 deletions

View File

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