fix make test

This commit is contained in:
Aiden McClelland
2023-11-13 16:34:52 -07:00
parent 43ecd8b362
commit 5f3db8e567

View File

@@ -80,7 +80,7 @@ clean:
format: format:
cd core && cargo +nightly fmt cd core && cargo +nightly fmt
test: $(BACKEND_SRC) $(ENVIRONMENT_FILE) test: $(CORE_SRC) $(ENVIRONMENT_FILE)
cd core && cargo build && cargo test cd core && cargo build && cargo test
sdk: sdk: