Skip to content

Commit

Permalink
feat: improve the release profile and add release-slim profile (apach…
Browse files Browse the repository at this point in the history
…e#580)

* feat: improve the release profile and add release-slim profile

* adjust the order of the option for profile

* polish up the comments
  • Loading branch information
ShiKaiWi authored Jan 17, 2023
1 parent 3fdcd23 commit 33a1872
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ repos:
- id: cargo-sort
name: Check Cargo.toml is sorted
entry: cargo-sort
args: ["--workspace"]
language: rust
types: [file, toml]
files: Cargo\.toml
pass_filenames: false

2 changes: 1 addition & 1 deletion integration_tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Running test

First the sqlness needs to be compiled. Run `cargo build --release` under this folder. It will be compiled to `ceresdb-test` under `$REPO/target/release`.
First the sqlness needs to be compiled. Run `cargo build --bin ceresdb-server` under this folder. It will be compiled to `ceresdb-test` under `$REPO/target/release`.

The binary takes these env variables to run:
- `BINARY_PATH_ENV`: The binary to test.
Expand Down

0 comments on commit 33a1872

Please sign in to comment.