Skip to content

Merge pull request #11 from wealdtech/mixed-thresholds #45

Merge pull request #11 from wealdtech/mixed-thresholds

Merge pull request #11 from wealdtech/mixed-thresholds #45

Workflow file for this run

name: test
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/setup-go@v5
with:
cache: false
go-version: "^1.22"
- uses: actions/checkout@v4
- uses: n8maninger/action-golang-test@v2