Skip to content

[LUM-576] Close pool feature #461

[LUM-576] Close pool feature

[LUM-576] Close pool feature #461

Workflow file for this run

name: Run unit tests
on:
pull_request:
workflow_dispatch:
jobs:
test:
name: Run unit tests
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.19
env:
GOOS: ${{ matrix.targetos }}
GOARCH: ${{ matrix.arch }}
- name: Checkout
uses: actions/checkout@master
with:
fetch-depth: '0'
- name: Run the test suite
run: |
make test