mirror of
https://github.com/Lokathor/bytemuck.git
synced 2024-11-21 14:22:26 +00:00
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:
parent
d691aa6a14
commit
e9eb13e0e7
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user