Skip to content

Commit

Permalink
ci: add all features check to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
evenyag committed Nov 16, 2023
1 parent 0693eee commit a676d57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a676d57

Please sign in to comment.