diff --git a/Makefile b/Makefile index 556b56e0a..ef15f05ad 100644 --- a/Makefile +++ b/Makefile @@ -206,7 +206,7 @@ build_exe_$(1): endef define TEST_INTEGRATION -test_integration_$(1): build_exe_$(1) +test_integration_$(1): ${CARGO} test ${CARGOFLAGS} --features "$(1) $(TEST_SPEC_FEATURE)" --no-default-features $(TEST_NO_FAIL_FAST) endef