Skip to content

Commit

Permalink
cmd/acme-lsp: remove test using Xvfb/Edwood which is making CI hang
Browse files Browse the repository at this point in the history
  • Loading branch information
fhs committed Jun 18, 2023
1 parent aa0337d commit a46b343
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 199 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Test

jobs:
test:
timeout-minutes: 5
timeout-minutes: 30
strategy:
matrix:
go-version: [1.19.x, 1.20.x]
Expand Down Expand Up @@ -41,10 +41,6 @@ jobs:
run: go install golang.org/x/tools/gopls@latest
working-directory: /

- name: Install Edwood
run: go install -tags 'duitdraw mux9p' github.com/rjkroege/[email protected]
working-directory: /

- name: Install pyls on unix
if: matrix.platform != 'windows-latest'
run: sudo python3 -m pip install 'python-language-server[yapf]'
Expand Down
194 changes: 0 additions & 194 deletions cmd/acme-lsp/main_test.go

This file was deleted.

0 comments on commit a46b343

Please sign in to comment.