Split unit and integ tests in Justfile
This commit is contained in:
7
Justfile
7
Justfile
@@ -12,9 +12,14 @@ release:
|
|||||||
install:
|
install:
|
||||||
cargo install --path .
|
cargo install --path .
|
||||||
|
|
||||||
test:
|
test: test-unit test-integration
|
||||||
|
|
||||||
|
test-unit:
|
||||||
cargo test --lib --bins
|
cargo test --lib --bins
|
||||||
|
|
||||||
|
test-integration:
|
||||||
|
cargo test --test "*"
|
||||||
|
|
||||||
update-dependencies:
|
update-dependencies:
|
||||||
@cd ./depcheck \
|
@cd ./depcheck \
|
||||||
&& python3 -m venv ./venv \
|
&& python3 -m venv ./venv \
|
||||||
|
|||||||
Reference in New Issue
Block a user