diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f9dc43e..e89a0ea7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,8 +65,8 @@ jobs: - name: Run test suite run: pnpm test - - name: Test types - run: pnpm test:types + # - name: Test types + # run: pnpm test:types # - name: Test playground types # run: pnpm test:types:playground