Skip to content

fix(uat): fix(contract): promote source/nature/phase into the errors/… #8

fix(uat): fix(contract): promote source/nature/phase into the errors/…

fix(uat): fix(contract): promote source/nature/phase into the errors/… #8

Workflow file for this run

name: tests
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
# 3.9 = the documented floor; 3.13 = current. Scripts are stdlib-only,
# so no pip install step — that absence is itself part of the contract.
python-version: ["3.9", "3.13"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Run test suite
run: python -m unittest discover -s tests -v