From 0855fc3a283dc263904c36d19bf4509f42ad97cd Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Tue, 18 Oct 2022 15:45:32 +0800 Subject: [PATCH] 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. --- .github/workflows/rust.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index edd4805f46..16f6f28d45 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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