mirror of
https://github.com/prabirshrestha/vim-lsp.git
synced 2025-12-14 20:35:59 +01:00
* Revert "remove flaky integration tests (#1098)"
This reverts commit 78c107085a.
* use gopls for integration tests instead of rust-analyzer
* specific Go and gopls versions via envvar on CI
* remove unused test helper for Rust test project
based on https://github.com/prabirshrestha/vim-lsp/pull/1108#discussion_r595689580
* include multibyte text in integration test case
based on https://github.com/prabirshrestha/vim-lsp/pull/1108#discussion_r595690354
* cache gopls binary on running CI workflows
* update doc to run integ tests