Skip to content

Optimize interval access and bump version #31

Optimize interval access and bump version

Optimize interval access and bump version #31

Workflow file for this run

name: 🧪 Snap testing
on:
push:
branches:
- "**"
paths:
- snap/**
- .github/workflows/test-snap.yml
defaults:
run:
working-directory: snap
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