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