Skip to content

feat: evaluation prove type equiv using TypeOperators #205

feat: evaluation prove type equiv using TypeOperators

feat: evaluation prove type equiv using TypeOperators #205

Workflow file for this run

name: Unit Testing
on: [pull_request]
jobs:
unittest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Install uv
uses: astral-sh/setup-uv@v5
- name: Set up Python
run: uv sync
- name: Run Unit Tests
run: uv run pytest -n auto