buildsys: add CARGO_BUILD_ARGS to test target to avoid full rebuild

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-05-12 21:03:24 +02:00
parent 7a1ab2b21e
commit 4b8278231b

View File

@ -34,7 +34,7 @@ cargo-build:
.PHONY: test
test:
cargo test
cargo test $(CARGO_BUILD_ARGS)
.PHONY: check
check: test