🥇 export from upstream (cdd2f6d)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user