Files
supervisor/scripts/test.sh
Timur Gordon 767c66fb6a initial commit
2025-08-26 14:49:21 +02:00

8 lines
176 B
Bash
Executable File

#!/bin/bash
# serve.sh - Build optimized WASM and serve with Caddy + Brotli compression
set -e
SCRIPT_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
cargo check
cargo test