#!/bin/sh

uv run mypy src/gza/ && \
uv run pytest tests/ -xv && \
uv run pytest tests_integration
