Skip to content

Commit 4247fdf

Browse files
committed
CI: Build crate with -Zfeatures=dev_dep (fix #148)
1 parent cb705f3 commit 4247fdf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
condition: and(succeeded(), eq(variables['installRust.toolchain'], 'stable'))
3434
displayName: cargo fmt
3535
- bash: |
36+
cargo +nightly build -Zfeatures=dev_dep
3637
SSL=false COMPRESS=false cargo test
3738
SSL=true COMPRESS=false cargo test
3839
SSL=false COMPRESS=true cargo test

0 commit comments

Comments
 (0)