Skip to content

Commit

Permalink
Add no-default-features job that checks with default features turned off
Browse files Browse the repository at this point in the history
  • Loading branch information
est31 committed Jun 19, 2020
1 parent 7f1270a commit 92d6644
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,16 @@ jobs:
variables:
TOOLCHAIN: stable

- job: no_default_features
pool:
vmImage: ubuntu-16.04
steps:
- template: ci/azure-install-rust.yml
- bash: cargo check --no-default-features
displayName: "cargo check --no-default-features"
variables:
TOOLCHAIN: stable

- job: build_std
pool:
vmImage: ubuntu-16.04
Expand Down

0 comments on commit 92d6644

Please sign in to comment.