From ba33438c888a04e962c2b9c3439a7312144d386b Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 24 Mar 2024 19:36:39 -0700 Subject: [PATCH] Temporarily disable miri on doctests --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac59f14..e2bc069 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,7 +90,7 @@ jobs: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@miri - run: cargo miri setup - - run: cargo miri test + - run: cargo miri test --all-targets # exclude doctests https://github.com/rust-lang/miri/issues/3404 env: MIRIFLAGS: -Zmiri-strict-provenance