From 96eef6ef6e9d0c9f69fea6710a2e8c993f554f2a Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 11 Dec 2021 00:04:28 -0800 Subject: [PATCH] Track raw pointers in miri CI run --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81ca1d2..c70d972 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,6 +53,8 @@ jobs: with: components: miri - run: cargo miri test + env: + MIRIFLAGS: "-Zmiri-tag-raw-pointers" clippy: name: Clippy