]> Repositorios git - scryer-prolog.git/commitdiff
fix miri not being passed the target
authorSkgland <[email protected]>
Sat, 25 Apr 2026 22:17:33 +0000 (00:17 +0200)
committerBennet Bleßmann <[email protected]>
Sun, 24 May 2026 08:39:20 +0000 (10:39 +0200)
.github/workflows/ci.yml

index 1f3d6905f278e6c053dd462f95066f9f41f8cc07..8c118e539a91d39b81d04a5a78a9141e6de72d43 100644 (file)
@@ -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