diff --git a/Makefile b/Makefile index 6a1ee4150..31124bee9 100644 --- a/Makefile +++ b/Makefile @@ -80,7 +80,7 @@ clean: format: cd core && cargo +nightly fmt -test: $(BACKEND_SRC) $(ENVIRONMENT_FILE) +test: $(CORE_SRC) $(ENVIRONMENT_FILE) cd core && cargo build && cargo test sdk: