Skip to content

[BUG] nio.tests.before_each does not synchronize with nio.tests.it (only affects writing tests for adapters) #98

[BUG] nio.tests.before_each does not synchronize with nio.tests.it (only affects writing tests for adapters)

[BUG] nio.tests.before_each does not synchronize with nio.tests.it (only affects writing tests for adapters) #98

Workflow file for this run

name: Add issues to tracking project
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.3.0
with:
project-url: https://github.com/orgs/nvim-neotest/projects/1
github-token: ${{ secrets.GITHUB_TOKEN }}