With https://github.com/rust-lang/miri/pull/1769 having landed, this way of passing Miri flags will soon stop working: https://github.com/Kixiron/crunch-lang/blob/e51945a8c3ecddb49c072de83b372373de0d4b39/.github/workflows/main.yml#L255 This should now instead be ``` MIRIFLAGS="-Zmiri-disable-isolation" cargo +nightly miri test ```