diff --git a/Makefile b/Makefile index b91cc4c0f..ead0d79a7 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