mirror of
https://github.com/Lokathor/bytemuck.git
synced 2024-11-25 00:02:22 +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:
|
miri-test:
|
||||||
name: Test with miri
|
name: Test with miri
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
env:
|
||||||
|
MIRIFLAGS: -Zmiri-tag-raw-pointers
|
||||||
steps:
|
steps:
|
||||||
- uses: hecrj/setup-rust-action@v1
|
- uses: hecrj/setup-rust-action@v1
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user