Skip to content

Commit

Permalink
Hack to make cargo-hack work
Browse files Browse the repository at this point in the history
  • Loading branch information
alpha-tango-kilo committed Nov 10, 2023
1 parent 15454db commit 52c9569
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .woodpecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ steps:
image: rust
commands:
- .woodpecker/install_cargo_hack.sh
- ./cargo-hack \
- ./cargo-hack hack \
--each-feature \
--exclude-no-default-features \
--exclude-all-features \
Expand All @@ -13,12 +13,12 @@ steps:
image: rust:1.72
commands:
- .woodpecker/install_cargo_hack.sh
- ./cargo-hack \
- ./cargo-hack hack \
--each-feature \
--exclude-no-default-features \
--exclude-all-features \
check
- ./cargo-hack \
- ./cargo-hack hack \
--each-feature \
--exclude-no-default-features \
--exclude-all-features \
Expand Down

0 comments on commit 52c9569

Please sign in to comment.