Skip to content

Fix search for long unloaded lines #2593

Fix search for long unloaded lines

Fix search for long unloaded lines #2593

Workflow file for this run

name: Go
permissions:
contents: read
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
jobs:
build:
strategy:
fail-fast: false
matrix:
go-version: ['stable', 'oldstable']
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v7
- name: Install Go
uses: actions/setup-go@v7
with:
go-version: ${{ matrix.go-version }}
cache: true
- name: Run tests
run: make test