diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index aecf02e..63a80e8 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