Skip to content

re-fixing deadlock in executor #29

re-fixing deadlock in executor

re-fixing deadlock in executor #29

Workflow file for this run

name: CI Checks
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.21'
- name: Set up tools
run: make install_tools
- name: Test
run: make test
- name: Linting
run: make lint