Skip to content

ci: run the quant + execution test suites on every push - #3

Open
nadaamd wants to merge 1 commit into
mainfrom
ci/github-actions
Open

ci: run the quant + execution test suites on every push#3
nadaamd wants to merge 1 commit into
mainfrom
ci/github-actions

Conversation

@nadaamd

@nadaamd nadaamd commented Aug 21, 2026

Copy link
Copy Markdown
Owner

Adds GitHub Actions CI for the two suites that already exist in the repo but were never run automatically.

quant β€” 21 unit tests (pytest). The 7 e2e tests are deselected with -m "not e2e": they replay the real USDC-depeg dataset, which is gitignored, so letting them skip silently would make a green job meaningless.

execution β€” tsc --noEmit (0 errors) then the 8 unit tests (node:test), installed with npm ci from the committed lockfile.

Verified locally before pushing: 21 + 8 pass. Also adds the CI badge under the README title (renders once main has its first run).

πŸ€– Generated with Claude Code

- .github/workflows/ci.yml β€” two jobs, pip/npm caches, `npm ci` on the lockfile:
  - quant: the 21 unit tests (pytest). The 7 e2e tests are deselected via
    `-m "not e2e"`: they replay the real depeg dataset, which is gitignored,
    so letting them skip silently would make a green job meaningless.
  - execution: `tsc --noEmit` then the 8 unit tests (node:test).
- README: CI badge under the title.

Verified locally before pushing: 21 + 8 tests pass, tsc reports 0 errors.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@vercel

vercel Bot commented Aug 21, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
umbra Ready Ready Preview Aug 21, 2026 5:33pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant