diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index da75421d..2c713df4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,5 +13,7 @@ jobs: node-version: 20.7.0 - run: yarn install --network-concurrency 1 - run: yarn run typecheck - - run: yarn test + - run: yarn test:sdc-qrf + - run: yarn test:shared + - run: yarn test:web - run: yarn build:web