edit/scripts/test.sh
2025-11-08 10:59:35 +02:00

7 lines
131 B
Bash
Executable file

#!/usr/bin/env bash
set -euo pipefail
ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
cd "$ROOT_DIR"
cargo test "$@"