🥇 export from upstream (cdd2f6d)

This commit is contained in:
sandcage-export
2026-05-22 15:30:15 +02:00
parent 061db28096
commit ea7bb89295
11 changed files with 202 additions and 32 deletions
+10 -2
View File
@@ -19,9 +19,17 @@ check:
build:
cargo build
# Run tests.
# Run unit tests (fast, no Docker required).
test:
cargo test
cargo test --workspace --exclude sandcage-test
# Run functional tests (requires Docker).
test-functional:
cargo test -p sandcage-test -- --test-threads=1
# Run all tests.
test-all:
cargo test --workspace
# Run Claude Code.
claude: