diff --git a/Makefile b/Makefile index 34955b4..27f3076 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ cargo-build: .PHONY: test test: - cargo test + cargo test $(CARGO_BUILD_ARGS) .PHONY: check check: test