Use `-Zmiri-tag-raw-pointers in CI (#113)

Normal Miri does not provide sufficient safety guarantees. Using the flag `-Zmiri-tag-raw-pointers` also checks usage of pointers in a more strict way.
This commit is contained in:
nils 2022-06-26 18:22:38 +02:00 committed by GitHub
parent d691aa6a14
commit e9eb13e0e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,6 +64,8 @@ jobs:
miri-test:
name: Test with miri
runs-on: ubuntu-latest
env:
MIRIFLAGS: -Zmiri-tag-raw-pointers
steps:
- uses: hecrj/setup-rust-action@v1
with: