diff --git a/scripts/localhost-run-test.sh b/scripts/localhost-run-test.sh index 80308a46..66d4d205 100644 --- a/scripts/localhost-run-test.sh +++ b/scripts/localhost-run-test.sh @@ -1,4 +1,5 @@ LOCALHOST="true" export LOCALHOST -yarn run test \ No newline at end of file +yarn run test +yarn workspace @autonomys/auto-consensus run test-local \ No newline at end of file