From 6e38afff498d592af4ccac4cb669a86fc789207f Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 8 Apr 2024 11:58:08 -0700 Subject: [PATCH] Revert "Temporarily disable miri on doctests" This reverts commit 3bfab6ef7fc80ad73eb598687c836609c14f6f8b. --- .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 efb47501..8487ba65 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -154,7 +154,7 @@ jobs: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@miri - run: cargo miri setup - - run: cd serde && cargo miri test --features derive,rc,unstable --all-targets # exclude doctests https://github.com/rust-lang/miri/issues/3404 + - run: cd serde && cargo miri test --features derive,rc,unstable env: MIRIFLAGS: -Zmiri-strict-provenance - run: cd test_suite && cargo miri test --features unstable