internal: Move ide-assists codegen tests into an xtask codegen command

This commit is contained in:
Lukas Wirth 2024-02-28 16:17:44 +01:00
parent 0ac05c0527
commit 03b02e6bd0
11 changed files with 273 additions and 29 deletions

View file

@ -79,6 +79,9 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: sed -i '/\[profile.dev]/a opt-level=1' Cargo.toml
- name: Codegen checks (rust-analyzer)
run: cargo codegen --check
- name: Compile (tests)
run: cargo test --no-run --locked ${{ env.USE_SYSROOT_ABI }}