Skip to content

Use dedicated thread for benchmarking instead of an executor #70

Use dedicated thread for benchmarking instead of an executor

Use dedicated thread for benchmarking instead of an executor #70

name: Test Validator Types
on:
- pull_request
- workflow_dispatch
jobs:
test-types:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v3
- name: Test Types
working-directory: validator
run: |
uv run pytype