Skip to content

Commit

Permalink
Track raw pointers in miri CI run
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed May 1, 2022
1 parent e245e56 commit de3fbcf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -49,6 +49,8 @@ jobs:
miri:
name: Miri
runs-on: ubuntu-latest
env:
MIRIFLAGS: -Zmiri-tag-raw-pointers
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@miri
Expand Down

0 comments on commit de3fbcf

Please sign in to comment.