Commit 8be8789
Harden CI: fix Rust pre-commit hook and add post-deploy smoke test
lint-staged ran bare rustfmt, which defaults to edition 2015 and rejects
async fn, so any commit touching a .rs file failed the pre-commit hook. Pin it
to the workspace edition with rustfmt --edition 2021.
Add a Deploy-job smoke test that polls https://pongo.tre.systems/create and
fails the run unless it returns 200 with a match code, catching prod-only
Durable Object regressions that local wrangler dev (and the e2e suite) cannot
surface.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 8311396 commit 8be8789
2 files changed
Lines changed: 21 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments