fix miri not being passed the target
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user