mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-06 19:45:20 +01:00
Also validate crates build without default features
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.
This commit is contained in:
1
.github/workflows/rust.yml
vendored
1
.github/workflows/rust.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user