Skip to content

Commit

Permalink
fix cross workflow with patched deps
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Nov 9, 2021
1 parent 46e5dc1 commit 16fd1b6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/sha2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,5 +143,7 @@ jobs:
wget -O /tmp/binaries.tar.gz $URL
tar -C /tmp -xzf /tmp/binaries.tar.gz
mv /tmp/cross ~/.cargo/bin
- run: cross test --target ${{ matrix.target }} --release
- run: cross test --target ${{ matrix.target }} --release --features asm
# Cross mounts only current package, i.e. by default it ignores workspace's Cargo.toml
- run: cd ..
- run: cross test --package sha2 --target ${{ matrix.target }} --release
- run: cross test --package sha2 --target ${{ matrix.target }} --release --features asm

0 comments on commit 16fd1b6

Please sign in to comment.