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

Clean up GitHub Actions workflow

fzf does not uses tcell-based renderer on systems where light renderer
can be used since dca2262. So this has become meaningless.
This commit is contained in:
Junegunn Choi
2024-06-15 10:27:54 +09:00
parent 94c33ac020
commit 79196c025d

View File

@@ -46,6 +46,3 @@ jobs:
- name: Integration test - name: Integration test
run: make install && ./install --all && 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