diff --git a/Makefile b/Makefile index 2c54c19411d1..d26f3129af6f 100644 --- a/Makefile +++ b/Makefile @@ -157,11 +157,11 @@ sqlness-test: ## Run sqlness test. .PHONY: check check: ## Cargo check all the targets. - cargo check --workspace --all-targets + cargo check --workspace --all-targets --all-features .PHONY: clippy clippy: ## Check clippy rules. - cargo clippy --workspace --all-targets -F pyo3_backend -- -D warnings + cargo clippy --workspace --all-targets --all-features -- -D warnings .PHONY: fmt-check fmt-check: ## Check code format.