#!/bin/bash

set -eu

hatch test --all
hatch run test-minimal:run
hatch run test-snapshot:run
