Skip to content

Commit e1907bc

Browse files
committed
cleanup broken tests and dev stuff, enable single threrading for test
1 parent c2b3769 commit e1907bc

15 files changed

+8
-1914
lines changed

.cargo/config.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,9 @@ rustflags = ["-C", "target-feature=+crt-static"]
77
# See CONTRIBUTING.md for installation instructions
88
[build]
99
# These settings only apply when sccache is used as RUSTC_WRAPPER
10-
incremental = true
10+
incremental = true
11+
12+
[env]
13+
# Terminator tests only work with 1 thread
14+
RUST_TEST_THREADS = "1"
15+

terminator-mcp-agent/tests/chrome_roles_investigation.rs

Lines changed: 0 additions & 219 deletions
This file was deleted.

terminator-mcp-agent/tests/debug_window_detection.rs

Lines changed: 0 additions & 163 deletions
This file was deleted.

0 commit comments

Comments
 (0)