mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
6 lines
137 B
Bash
Executable file
6 lines
137 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
cd "$(dirname "$0")/.."
|
|
|
|
cargo test -p rusty-claude-cli --test mock_parity_harness -- --nocapture
|