From e0c491e9f33c93e338cca3ab6d4d9ee0c2e01ced Mon Sep 17 00:00:00 2001 From: Skgland Date: Sun, 26 Apr 2026 00:17:33 +0200 Subject: [PATCH] fix miri not being passed the target --- .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 1f3d6905..8c118e53 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -93,7 +93,7 @@ jobs: - name: Check miri if: matrix.miri - run: cargo miri test ${{ matrix.args }} + run: cargo miri test --target ${{ matrix.target }} ${{ matrix.args }} # On stable rust builds, build a binary and publish as a github actions # artifact. These binaries could be useful for testing the pipeline but -- 2.54.0