install before test

This commit is contained in:
Aiden McClelland
2024-07-26 12:33:22 -06:00
parent 6d42ae2629
commit 5cef6874f6

View File

@@ -92,7 +92,7 @@ format:
test: $(CORE_SRC) $(ENVIRONMENT_FILE)
(cd core && cargo build --features=test && cargo test --features=test)
(cd sdk && make test)
(cd container-runtime && npm test)
(cd container-runtime && npm i && npm test)
cli:
cd core && ./install-cli.sh