Skip to content

test: add deterministic Moonshine integration and enforce session res… #9

test: add deterministic Moonshine integration and enforce session res…

test: add deterministic Moonshine integration and enforce session res… #9

name: Offline runner regression tests
on:
push:
pull_request:
permissions:
contents: read
jobs:
unittest:
runs-on: ubuntu-latest
timeout-minutes: 5
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.11"]
steps:
- name: Check out repository
uses: actions/checkout@v7
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v7
with:
python-version: ${{ matrix.python-version }}
- name: Run offline runner regression tests
run: python -m unittest discover -s tests -p "test_*.py" -v