Skip to content

Add GitHub Actions workflows & simplify testing #1

Add GitHub Actions workflows & simplify testing

Add GitHub Actions workflows & simplify testing #1

Workflow file for this run

name: 🧪 Test
on: push
jobs:
test:
runs-on: ${{matrix.os}}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v4
- name: Run tests
run: |
pipx run poetry install
pipx run poetry run pytest