summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2024-06-15 10:27:54 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2024-06-15 10:27:54 +0900
commit79196c025dd9fffdb6ca06c82143daedcab4aeab (patch)
treeb02f9513333563996dd5157e77d478c19bda0f51
parent94c33ac020fd7e846073cabffa5cf13386f3c852 (diff)
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.
-rw-r--r--.github/workflows/linux.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index aecf02ee..63a80e84 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -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