Skip to content

Commit 2683b1a

Browse files
committed
Run miri in stricter miri-strict-provenance mode
1 parent 9fcdb67 commit 2683b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
name: Miri
6969
runs-on: ubuntu-latest
7070
env:
71-
MIRIFLAGS: -Zmiri-tag-raw-pointers
71+
MIRIFLAGS: -Zmiri-strict-provenance
7272
steps:
7373
- uses: actions/checkout@v3
7474
- uses: dtolnay/rust-toolchain@miri

0 commit comments

Comments
 (0)