Merge commit '574e23ec50' into sync-from-ra

This commit is contained in:
Laurențiu Nicola 2024-03-10 08:47:38 +02:00
parent 49c0b33862
commit aa74d57825
188 changed files with 4732 additions and 2373 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 }}