mirror of
https://github.com/prabirshrestha/vim-lsp.git
synced 2025-12-24 12:14:32 +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
6 lines
147 B
TOML
6 lines
147 B
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
[[package]]
|
|
name = "testproject-rust"
|
|
version = "0.1.0"
|