fix make test

This commit is contained in:
Aiden McClelland
2023-11-13 16:23:52 -07:00
parent 9a9eb57676
commit 722a30812f

View File

@@ -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