mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-04 12:22:55 +00:00
chore: alias sqlness subcommand (#956)
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
This commit is contained in:
@@ -31,7 +31,7 @@ Sqlness walks through every file recursively and runs them.
|
||||
## Run the test
|
||||
Unlike other tests, this harness is in a binary target form. You can run it with
|
||||
```shell
|
||||
cargo run --bin sqlness-runner
|
||||
cargo sqlness
|
||||
```
|
||||
It automatically finishes the following procedures: compile `GreptimeDB`, start it, grab tests and feed it to
|
||||
the server, then collect and compare the results. You only need to check whether there are new `.output` files.
|
||||
|
||||
Reference in New Issue
Block a user