fix miri not being passed the target

This commit is contained in:
Skgland
2026-04-26 00:17:33 +02:00
committed by Bennet Bleßmann
parent f16850e5f8
commit e0c491e9f3

View 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