ts: add a special case for alexwlchan.net
- ID
bf5f785- date
2026-03-01 09:22:56+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
5eae6ff- message
ts: add a special case for `alexwlchan.net`- changed files
1 file, 6 additions
Changed files
ts (2407) → ts (2527)
diff --git a/ts b/ts
index 1513a0a..85521dd 100755
--- a/ts
+++ b/ts
@@ -6,6 +6,12 @@ set -o nounset
function run_python_tests() {
REPO_NAME="$(basename $(pwd))"
+ if [[ "$REPO_NAME" = "alexwlchan.net" ]]
+ then
+ bash scripts/run_mosaic_tests.sh
+ return 0
+ fi
+
# Run ruff to do Python formatting
print_info "-> ruff check --fix"
ruff check --fix .