Skip to content

fix: ensure time_since_last_block accuracy with polling fallback (#28) #64

fix: ensure time_since_last_block accuracy with polling fallback (#28)

fix: ensure time_since_last_block accuracy with polling fallback (#28) #64

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Run tests
run: make test