Skip to content

feat: port to Typesense #4

feat: port to Typesense

feat: port to Typesense #4

Workflow file for this run

name: Run tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
tests:
runs-on: "python:${{ matrix.python-version }}-alpine"
strategy:
matrix:
python-version: ['3.11', '3.12']
steps:
- name: Install dependencies
run: make install
- name: Run tests
run: make test