Skip to content

Commit

Permalink
chore(rust): Fix make integration-tests command
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego committed Jul 31, 2023
1 parent f00b47d commit 2521a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ test: ## Run tests

.PHONY: integration-tests
integration-tests: ## Run integration tests
cargo test --all-features --test it
cargo test --all-features --test it -p polars

.PHONY: test-doc
test-doc: ## Run doc examples
Expand Down

0 comments on commit 2521a8f

Please sign in to comment.