From 9d330053faaea2278726d0eb8c23795a7f989e26 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 11 Jul 2026 03:11:27 +0000 Subject: [PATCH] ci: run @argos/shared tests in CI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The shared package's vitest suite (pricing cost math, auth/events/project zod schemas — 42 tests) existed but was never invoked: ci.yml only ran argos-ai and @argos/web tests. Regressions in cost calculation or request validation shipped ungated. Verified locally: 42/42 pass in ~1s. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01AMkMUa1c1RRsbHEfsQUhui --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 262507f6..fcbdb0bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,6 +44,7 @@ jobs: - run: pnpm -r run typecheck - run: pnpm -r run lint - run: pnpm --filter argos-ai test + - run: pnpm --filter @argos/shared test - name: Create isolated Prisma shadow database run: | docker exec "${{ job.services.postgres.id }}" \