chore: alias sqlness subcommand (#956)

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
This commit is contained in:
Ruihang Xia
2023-02-07 18:53:46 +08:00
committed by GitHub
parent c1d32bdf2b
commit 37ca5ba380
4 changed files with 6 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ integration-test: ## Run integation test.
.PHONY: sqlness-test
sqlness-test: ## Run sqlness test.
cargo run --bin sqlness-runner
cargo sqlness
.PHONY: check
check: ## Cargo check all the targets.