@@ -12,9 +12,14 @@ release:
install:
cargo install --path .
test:
test: test-unit test-integration
test-unit:
cargo test --lib --bins
test-integration:
cargo test --test "*"
update-dependencies:
@cd ./depcheck \
&& python3 -m venv ./venv \
The note is not visible to the blocked user.