Test Cranelift with MIR inlining

This commit is contained in:
Zanie Blue
2026-06-18 17:04:41 -05:00
parent e40c4ca588
commit b71bdbe815
+1 -1
View File
@@ -29,7 +29,7 @@ jobs:
runs-on: depot-ubuntu-24.04-16
name: "cargo test on linux"
env:
RUSTFLAGS: -Zcodegen-backend=llvm
RUSTFLAGS: -Zcodegen-backend=cranelift -Zinline-mir
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with: