Browse Source

ci: run typecheck before tests to catch type errors early

Dax Raad 4 months ago
parent
commit
83655a3b09
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/test.yml

+ 1 - 0
.github/workflows/test.yml

@@ -24,6 +24,7 @@ jobs:
         run: |
         run: |
           git config --global user.email "[email protected]"
           git config --global user.email "[email protected]"
           git config --global user.name "opencode"
           git config --global user.name "opencode"
+          bun turbo typecheck
           bun turbo test
           bun turbo test
         env:
         env:
           CI: true
           CI: true