🥇 export from upstream (2df0c14)

This commit is contained in:
sandcage-export
2026-05-22 20:06:01 +02:00
parent ea7bb89295
commit 37a231beb4
4 changed files with 156 additions and 36 deletions
+7 -4
View File
@@ -23,13 +23,16 @@ build:
test:
cargo test --workspace --exclude sandcage-test
# Run functional tests (requires Docker).
test-functional:
# Run drift-guard and CLI smoke tests (fast, no Docker).
test-drift:
cargo test -p sandcage-test -- --test-threads=1
# Run functional tests (requires Docker + pre-built images).
test-functional:
cargo test -p sandcage-test -- --ignored --test-threads=1
# Run all tests.
test-all:
cargo test --workspace
test-all: test test-drift test-functional
# Run Claude Code.
claude: