revert miri change

This commit is contained in:
Boshen 2024-02-22 15:58:29 +08:00
parent 3892f471b1
commit 3500413261
No known key found for this signature in database
GPG Key ID: 234DA6A7079C6801
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ jobs:
- name: Run tests with miri
env:
MIRIFLAGS: -Zmiri-disable-isolation -Zmiri-strict-provenance
run: cargo miri test --all --verbose
run: cargo miri test --all --verbose --features fancy
minimal_versions:
name: Minimal versions check