Commit 1f73e30
CI: GitHub Actions lint + CPU test workflow
Publication plan phase 2. Two status checks on push/PR: `lint`
(make lint: ruff format --check, ruff check, mypy) and `test`
(make test-ci: full suite with --device cpu). Both mirror the
Modal test image — CPython 3.12, dev + test-onnx groups from the
standalone uv.lock — and UV_LOCKED makes every sync assert that
lock is current, the same drift check-modal-lock guards.
make test-ci refuses to run outside CI: locally a full-suite run
belongs on Modal, and inside the umbrella workspace `uv sync`
would rewrite the shared venv (exact sync removes opt-in packages
like torchwright_doom's onnxruntime-gpu).
Validated via `make test ARGS="--device cpu"` on Modal before
adding the workflow.
Test Suite Status: 1615 passed, 0 failed, 0 skipped (--device cpu).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 3f9a211 commit 1f73e30
2 files changed
Lines changed: 57 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
63 | 78 | | |
64 | 79 | | |
65 | 80 | | |
| |||
0 commit comments