From 5f3ffe03df206f9616c068b26bdb784b436d4834 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 6 Aug 2024 15:05:49 -0500 Subject: [PATCH] chore(ci): Remove unstable MIRI feature --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e680595..e4d1e0c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,8 +77,6 @@ jobs: miri: name: Miri runs-on: ubuntu-latest - env: - MIRIFLAGS: -Zmiri-tag-raw-pointers steps: - name: Checkout repository uses: actions/checkout@v4