You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cargo test --doc --workspace --no-fail-fast --no-default-features --features "${FEATURES}"${SCOPE}
252
+
cargo test --doc --workspace --no-fail-fast $(if$(FEATURES),--no-default-features --features "$(FEATURES)")${SCOPE}
253
253
254
254
.PHONY: test-all
255
255
test-all: test test-docs test-behavior test-integration test-component-validation ## Runs all tests: unit, docs, behavioral, integration, and component validation.
0 commit comments