From 5f3db8e56752d96a5966b310a44aa1ffb303c1da Mon Sep 17 00:00:00 2001 From: Aiden McClelland Date: Mon, 13 Nov 2023 16:34:52 -0700 Subject: [PATCH] fix `make test` --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: