Skip to content

Commit

Permalink
Also validate crates build without default features
Browse files Browse the repository at this point in the history
Note that tests can't work without default features as they assume
them to exist, and we have to chose one, going for the one most
users will see.
  • Loading branch information
Byron committed Oct 18, 2022
1 parent 7a114a6 commit 0855fc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
source ~/.profile
make test-gen
make gen-all-cli cargo-api ARGS=test
make cargo-api ARGS='check --no-default-features'
make cargo-api ARGS=doc
make docs-all
cargo test

0 comments on commit 0855fc3

Please sign in to comment.