Skip to content

read: simplify TestSelect() #333

read: simplify TestSelect()

read: simplify TestSelect() #333

Workflow file for this run

name: tests
on:
push:
branches-ignore:
- 'private/**'
pull_request:
branches-ignore:
- 'private/**'
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
- name: Setup Go
uses: actions/[email protected]
with:
go-version: 1.21.x
- name: Run make check
run: |
tools/ci-build.sh