Commit 0fd5fa3
authored
chore(ci): drop clippy+test from release pipeline; keep gate local-only (#23)
PR #21 moved clippy+test from PR-time ci.yml to release.yml on the
theory that paying ~15 min once per release was cheaper than paying it
on every PR push. The first real run came in at ~30+ min on the shared
self-hosted Apple Silicon runner, which inverts the trade-off — release
builds now block on a slow lint/test pass that `make verify` would have
caught locally in seconds.
This commit removes the fmt/clippy/test steps from release.yml's
`build-macos` job (and reverts the `components: clippy, rustfmt`
addition), and updates ci.yml's header comment to document that the
quality gate is local-only via `make verify` / `make verify-clean`.
PR-time CI keeps cargo-deny + cargo-fmt on ubuntu (cheap, no self-hosted
runner involvement). The release pipeline goes back to its pre-#21
shape: build, sign, package, upload.1 parent c7f40e1 commit 0fd5fa3
2 files changed
Lines changed: 27 additions & 21 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
12 | 15 | | |
13 | 16 | | |
14 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
100 | 99 | | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
114 | 117 | | |
115 | 118 | | |
116 | 119 | | |
| |||
0 commit comments