Skip to content

Update .gitignore to include CFFI build artifacts 🗑️ #16

Update .gitignore to include CFFI build artifacts 🗑️

Update .gitignore to include CFFI build artifacts 🗑️ #16

Workflow file for this run

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