diff --git a/.circleci/config.yml b/.circleci/config.yml index 0227d097..b12f1baa 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -88,6 +88,12 @@ jobs: COSMOS_ENABLED: 1 SKIP_BUILD: 1 command: yarn test + - run: + name: Run CLI selftest + working_directory: packages/cli + environment: + SKIP_BUILD: 1 + command: yarn selftest - run: command: ./scripts/cosm/stop.sh lint: