aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2025-04-26 19:50:25 +0000
committerMohamed Bassem <me@mbassem.com>2025-04-26 19:50:25 +0000
commitca47be7fe7be128f459c37614a04902a873fe289 (patch)
treeb5cc34bbb735af5ab40c65617cdf1f5baf3fe8ae /.github
parentc239634dcc19a442ae154afbc07949c3cba8546e (diff)
downloadkarakeep-ca47be7fe7be128f459c37614a04902a873fe289.tar.zst
tests: Run trpc tests in CI
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b1faa149..37136a5d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -60,6 +60,10 @@ jobs:
working-directory: packages/shared
run: pnpm test
+ - name: TRPC Tests
+ working-directory: packages/trpc
+ run: pnpm test
+
- name: E2E Tests
working-directory: packages/e2e_tests
run: pnpm test