Skip to content

Fix async issues in background tasks for both API and validator, along with fixing log streaming issues #17

Fix async issues in background tasks for both API and validator, along with fixing log streaming issues

Fix async issues in background tasks for both API and validator, along with fixing log streaming issues #17

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 Poetry
uses: snok/install-poetry@v1
- name: Test Types
working-directory: validator
run: |
poetry install
poetry run pytype