#!/usr/bin/env bash
# Ring 0: the unit tests, the log suite against the dev stack's Postgres when it is up, and the
# operator's tools under infra/tools. No keys, no model, under two minutes. A Postgres nobody
# started is a skip naming the URL.
set -euo pipefail
cd "$(dirname "$0")/.."

uv run pytest -m "unit or postgres" tests infra/tools/tests
