Skip to content

improved the timer precision, the minimal resolution is now 1ms inste… #228

improved the timer precision, the minimal resolution is now 1ms inste…

improved the timer precision, the minimal resolution is now 1ms inste… #228

name: Build & Test
on:
push:
branches:
- master
- dev
pull_request:
branches:
- master
- dev
- workflow/ci
jobs:
setup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/[email protected]
with:
go-version: '1.23'
- name: Run tests
run: go test ./...