Skip to content

Use ranges on timing related tests (#111) #24

Use ranges on timing related tests (#111)

Use ranges on timing related tests (#111) #24

Workflow file for this run

name: Go
on:
workflow_dispatch:
push:
branches: [main, master]
tags: '*'
pull_request:
branches: '**'
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: Test
run: go test -v --race --cover ./...