Skip to content

refactor: merge resp and suffix operations #13

refactor: merge resp and suffix operations

refactor: merge resp and suffix operations #13

Workflow file for this run

name: Pytest
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test-daemon:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install uv
run: curl -LsSf https://astral.sh/uv/install.sh | sh
- name: uv sync
run: uv sync
- name: Test
run: uv run pytest