Skip to content

Commit

Permalink
Fixup: Additional Test Args Passing Logic
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Jun 21, 2024
1 parent c397783 commit 47eee7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ runs:
cross +${{ inputs.rust-toolchain }} test --all \
--features "${{ inputs.features }}" \
${{ inputs.no-default-features == 'true' && '--no-default-features' || '' }} \
-- ${{ inputs.additional-test-args }}
{{ inputs.additional-test-args }}
- name: Upload Coverage to Codecov
if: inputs.upload-coverage == 'true' && inputs.use-cross == 'false'
Expand Down

0 comments on commit 47eee7b

Please sign in to comment.