From 722a30812fd4424675fc352a52a79c42a0da33ab Mon Sep 17 00:00:00 2001 From: Aiden McClelland Date: Mon, 13 Nov 2023 16:23:52 -0700 Subject: [PATCH] fix `make test` --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b4f3d2241..6a1ee4150 100644 --- a/Makefile +++ b/Makefile @@ -81,8 +81,7 @@ format: cd core && cargo +nightly fmt test: $(BACKEND_SRC) $(ENVIRONMENT_FILE) - cd backend && cargo build && cargo test - cd libs && cargo test + cd core && cargo build && cargo test sdk: cd core && ./install-sdk.sh