diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 063e4d4e61..c825876951 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -76,8 +76,10 @@ jobs: - name: Check types run: pnpm typecheck - - name: Test types - run: pnpm test:typecheck + # Redundant with `pnpm typecheck` + # If Vitest adds special features in the future, e.g. type coverage, can add this back! + # - name: Test types + # run: pnpm test:typecheck test: name: Test