mirror of
https://github.com/ultraworkers/claw-code.git
synced 2026-06-07 02:12:29 +08:00
7 lines
137 B
Bash
7 lines
137 B
Bash
|
|
#!/usr/bin/env bash
|
||
|
|
set -euo pipefail
|
||
|
|
|
||
|
|
cd "$(dirname "$0")/.."
|
||
|
|
|
||
|
|
cargo test -p rusty-claude-cli --test mock_parity_harness -- --nocapture
|