Skip to content

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

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 #14

Workflow file for this run

name: Test Miner 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: miner
run: |
poetry install
poetry run pytype