remove extra server layer in front of tower-lsp's server (#49)

This commit is contained in:
Josh Thomas 2024-12-24 13:40:47 -06:00 committed by GitHub
parent 9a2c0e51c7
commit f848798699
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 157 additions and 331 deletions

View file

@ -38,7 +38,7 @@ jobs:
- name: Install dependencies and build
run: |
uv sync --frozen
maturin build
uv run maturin build
- name: Run tests
run: cargo test --verbose