Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KodrAus authored Jan 11, 2021
1 parent 85cd461 commit 9755987
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,9 @@ jobs:
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly
run: |
set path=($HOME/.cargo/bin $path)
ls
rustc --version
cargo install cargo-hack
cargo hack test --feature-powerset --target ${{ matrix.target }}
cargo hack test --feature-powerset --release --target ${{ matrix.target }}
Publish_docs:
name: Publish Documentation
Expand Down

0 comments on commit 9755987

Please sign in to comment.