Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add compatibility test for
ruff-lsp
to CI (#8016)
Adds a CI job which runs `ruff-lsp` tests against the current Ruff build. Avoids rebuilding Ruff at the cost of running _after_ the cargo tests have finished. Might be worth the rebuild to get earlier feedback but I don't expect it to fail often? xref astral-sh/ruff-lsp#286 ## Test plan Verified use of the development version by inspecting version output in CI; supported by astral-sh/ruff-lsp#289 and #8034
- Loading branch information