summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index d95de94d2..f6cbb16ed 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -1,9 +1,6 @@
name: test
on:
- push:
- branches:
- - dev
pull_request:
workflow_dispatch:
jobs:
@@ -20,7 +17,6 @@ jobs:
command: |
git config --global user.email "[email protected]"
git config --global user.name "opencode"
- bun turbo typecheck
bun turbo test
- name: windows
host: windows-latest