Justfile: Add build targets
This commit is contained in:
6
Justfile
6
Justfile
@@ -32,6 +32,12 @@ install:
|
|||||||
install-static:
|
install-static:
|
||||||
cargo install --target {{target}} --features=static-build --path .
|
cargo install --target {{target}} --features=static-build --path .
|
||||||
|
|
||||||
|
build:
|
||||||
|
cargo build
|
||||||
|
|
||||||
|
build-static:
|
||||||
|
cargo build --target {{target}} --features=static-build
|
||||||
|
|
||||||
test: test-unit test-integration test-e2e
|
test: test-unit test-integration test-e2e
|
||||||
|
|
||||||
test-unit:
|
test-unit:
|
||||||
|
|||||||
Reference in New Issue
Block a user