Skip to content

wip: preserve and challenge reproduction evidence #111

wip: preserve and challenge reproduction evidence

wip: preserve and challenge reproduction evidence #111

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.12", "3.14"]
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}
- run: python -m pip install -e .
- run: python -m unittest discover -s tests -v
- run: python -m compileall -q mailman tests