Skip to content

Commit a466bf4

Browse files
author
Terraphim CI
committed
chore: cherry-pick PR 498 stability fixes - exclude terraphim_rlm, stable test flags
- Cargo.toml: add terraphim_rlm to workspace exclude (avoids fcctl-core in CI) - ci-optimized.yml: remove -Z unstable-options, --report-time, --quiet for stable test run
1 parent aa5cf07 commit a466bf4

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/ci-optimized.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -315,10 +315,7 @@ jobs:
315315
bash -c "
316316
set -euo pipefail
317317
timeout 10m cargo test --workspace \
318-
--test-threads 2 \
319-
-- -Z unstable-options \
320-
--report-time \
321-
--quiet || {
318+
-- --test-threads 2 || {
322319
echo '::error::Tests timed out or failed'
323320
exit 1
324321
}

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[workspace]
33
resolver = "2"
44
members = ["crates/*", "terraphim_server", "terraphim_firecracker", "desktop/src-tauri", "terraphim_ai_nodejs"]
5-
exclude = ["crates/terraphim_agent_application", "crates/terraphim_truthforge", "crates/terraphim_automata_py"] # Experimental crates with incomplete API implementations
5+
exclude = ["crates/terraphim_agent_application", "crates/terraphim_truthforge", "crates/terraphim_automata_py", "crates/terraphim_rlm"] # Experimental / RLM requires external fcctl-core
66
default-members = ["terraphim_server"]
77

88
[workspace.package]

0 commit comments

Comments
 (0)