mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
fix make test
This commit is contained in:
3
Makefile
3
Makefile
@@ -81,8 +81,7 @@ format:
|
|||||||
cd core && cargo +nightly fmt
|
cd core && cargo +nightly fmt
|
||||||
|
|
||||||
test: $(BACKEND_SRC) $(ENVIRONMENT_FILE)
|
test: $(BACKEND_SRC) $(ENVIRONMENT_FILE)
|
||||||
cd backend && cargo build && cargo test
|
cd core && cargo build && cargo test
|
||||||
cd libs && cargo test
|
|
||||||
|
|
||||||
sdk:
|
sdk:
|
||||||
cd core && ./install-sdk.sh
|
cd core && ./install-sdk.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user