diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc47e843..8d0d2325 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,4 +71,5 @@ jobs: - run: yarn build:types:packages - name: Show diff run: (cd ./types && git diff | cat) - - run: yarn validate:types:packages \ No newline at end of file + - run: yarn validate:types:packages + - run: yarn test:tests \ No newline at end of file