Skip to content

Commit

Permalink
try to fix cross tests
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Jan 22, 2022
1 parent c1d38fa commit 8ce2fc8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/actions/cross-tests/action.yml
Expand Up @@ -28,9 +28,9 @@ runs:
tar -C /tmp -xzf /tmp/binaries.tar.gz
mv /tmp/cross ~/.cargo/bin
shell: bash
- run: cross test \
--package ${{ inputs.package }} \
--target ${{ inputs.target }} \
--no-default-features \
- run: cross test
--package ${{ inputs.package }}
--target ${{ inputs.target }}
--no-default-features
--features ${{ inputs.features }}
shell: bash

0 comments on commit 8ce2fc8

Please sign in to comment.