diff options
| -rw-r--r-- | .github/workflows/test.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c2df2814c..c8d867284 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,6 +24,7 @@ jobs: run: | git config --global user.email "[email protected]" git config --global user.name "opencode" + bun turbo typecheck bun turbo test env: CI: true |
