fix(ci): set ENSURE_RUST_COMPONENTS to exclude rust-docs in release-build

This commit is contained in:
Argenis 2026-03-05 12:28:05 -05:00
parent 6e8d41e042
commit c14e097fe7

View File

@ -18,6 +18,7 @@ env:
GIT_CONFIG_KEY_0: core.hooksPath
GIT_CONFIG_VALUE_0: /dev/null
CARGO_TERM_COLOR: always
ENSURE_RUST_COMPONENTS: "rustfmt clippy"
jobs:
build-and-test: