Merge commit '574e23ec50' into sync-from-ra
This commit is contained in:
parent
49c0b33862
commit
aa74d57825
188 changed files with 4732 additions and 2373 deletions
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
|
|
@ -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 }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue