use ci for test

This commit is contained in:
Aiden McClelland
2024-07-26 14:47:55 -06:00
parent 10ede0d21c
commit 25b33fb031

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 i && npm test)
(cd container-runtime && npm ci && npm test)
cli:
cd core && ./install-cli.sh