6 lines
203 B
Bash
Executable File
6 lines
203 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
echo "Verifying PRD live sites through the GPUI web surface adapter"
|
|
cargo test -p ely_app --features live-site-smoke --all-targets -- --test-threads=1 --nocapture
|