diff --git a/Makefile b/Makefile index 439e4abb..35f13451 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ $(SUBDIRS): $(MAKE) -C $@ test: - cargo test + cargo test $(CARGO_BUILD_ARGS) # always re-create this dir .PHONY: build