Skip to content

Give edges independent reachability checking #21

Give edges independent reachability checking

Give edges independent reachability checking #21

Workflow file for this run

name: Unittests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
uv:
name: python
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version-file: "pyproject.toml"
- name: Install uv
uses: astral-sh/setup-uv@v6
with:
enable-cache: true
- name: Run tests
run: uv run python -m unittest tests