Skip to content

fix(poller): wait for both wall clock and monotonic value #98

fix(poller): wait for both wall clock and monotonic value

fix(poller): wait for both wall clock and monotonic value #98

Workflow file for this run

on: [push, pull_request]
name: CI
jobs:
test:
strategy:
matrix:
go: [ '1.21', '1.22', '1.23', '1.24', '1.25' ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
fail-fast: false
name: Test suite
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version: ${{ matrix.go }}
- name: Run tests
run: go test -v ./...