diff --git a/src/agent/Makefile b/src/agent/Makefile index d058caf64c..699b71ce1d 100644 --- a/src/agent/Makefile +++ b/src/agent/Makefile @@ -148,7 +148,7 @@ vendor: #TARGET test: run cargo tests -test: +test: $(GENERATED_FILES) @cargo test --all --target $(TRIPLE) $(EXTRA_RUSTFEATURES) -- --nocapture ##TARGET check: run test