mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
install before test
This commit is contained in:
2
Makefile
2
Makefile
@@ -92,7 +92,7 @@ format:
|
|||||||
test: $(CORE_SRC) $(ENVIRONMENT_FILE)
|
test: $(CORE_SRC) $(ENVIRONMENT_FILE)
|
||||||
(cd core && cargo build --features=test && cargo test --features=test)
|
(cd core && cargo build --features=test && cargo test --features=test)
|
||||||
(cd sdk && make test)
|
(cd sdk && make test)
|
||||||
(cd container-runtime && npm test)
|
(cd container-runtime && npm i && npm test)
|
||||||
|
|
||||||
cli:
|
cli:
|
||||||
cd core && ./install-cli.sh
|
cd core && ./install-cli.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user