mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-08-04 01:58:18 +00:00
remove extra server layer in front of tower-lsp's server (#49)
This commit is contained in:
parent
9a2c0e51c7
commit
f848798699
5 changed files with 157 additions and 331 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue