Skip to content

Commit b2a063c

Browse files
committed
Don't check tests with all features
1 parent df26642 commit b2a063c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
rust: stable
1616
- script: cargo install cargo-hack
1717
displayName: install cargo-hack
18-
- script: cargo hack --feature-powerset check --all-targets
18+
- script: cargo hack --feature-powerset check
1919
displayName: cargo hack
2020

2121
resources:

0 commit comments

Comments
 (0)