Skip to content

Commit

Permalink
Ignore more deprecated features on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasdezeeuw committed Dec 24, 2020
1 parent 4d8f3e9 commit ec28a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/azure-test-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- ${{ if eq(parameters.cmd, 'test') }}:
- script: |
cargo install cargo-hack
cargo hack check --feature-powerset --skip guide,extra-docs
cargo hack check --feature-powerset --skip guide,extra-docs,tcp,udp,uds,pipe,os-util
displayName: Check feature powerset
- script: cargo ${{ parameters.cmd }} --all-features
Expand Down

0 comments on commit ec28a8d

Please sign in to comment.