about summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorLukas Wirth <lukastw97@gmail.com>2024-02-28 16:17:44 +0100
committerLukas Wirth <lukastw97@gmail.com>2024-02-28 16:54:44 +0100
commit03b02e6bd0c61fc800c0694e1156690e9e2a142c (patch)
tree9262a3032ec2c7bef338045d4a8ea9ff40bac62b /.github
parent0ac05c05271f31c43d31017cbd288e8737a0edb0 (diff)
internal: Move ide-assists codegen tests into an xtask codegen command
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 5a8b18e3fe1..2d8946520d5 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -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 }}