Skip to content

Implement testing

Implement testing #2

Workflow file for this run

name: Run test suite
on:
pull_request:
workflow_dispatch:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: actions/setup-python@v5
with:
python-version: "3.x"
- run: python -m unittest discover -s tests