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
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627

View File

@ -46,6 +46,3 @@ jobs:
- name: Integration test
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