Commit f28fab1
fix(ci): resolve three pre-existing CI failures (#759)
- Remove unused TerraphimAgent import in multi_agent test (clippy -D warnings)
- Use sh -c instead of sh -lc for workspace hook execution (login shell
sources /home/alex/tools/rust/cargo/env which doesn't exist on CI runners)
- Add --features zlob to ci-check-format.sh clippy command (fff-search
build.rs panics in CI without zlob feature enabled)
Co-authored-by: Terraphim CI <alex@terraphim.ai>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 0e9a5a6 commit f28fab1
3 files changed
Lines changed: 3 additions & 5 deletions
File tree
- crates
- terraphim_multi_agent/tests
- terraphim_workspace/src
- scripts
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
| 1 | + | |
4 | 2 | | |
5 | 3 | | |
6 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
269 | | - | |
| 269 | + | |
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
0 commit comments