diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 12419060e1..7ac657f448 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,6 +25,7 @@ jobs: ${{ runner.os }}-build- ${{ runner.os }}- - run: yarn + - run: yarn test:client - run: yarn test:int # In-memory db + api tests env: CI: true