Skip to content

feat(plugin): add async io for the plugin #397

feat(plugin): add async io for the plugin

feat(plugin): add async io for the plugin #397

Workflow file for this run

name: Integration testing
on:
push:
branches: [master]
pull_request:
branches: [master]
schedule:
- cron: '30 1 1,15 * *'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
- run: nix develop --command bash -c 'make check'