Skip to content

add new test cases and improve find package coverage to 54.5% #271

add new test cases and improve find package coverage to 54.5%

add new test cases and improve find package coverage to 54.5% #271

Workflow file for this run

name: Run tests
on:
push:
pull_request:
branches:
- master
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.21
- name: Run tests
run: go test ./... -race