Skip to content

build(deps): bump github.com/shoenig/test from 1.11.0 to 1.12.0 #61

build(deps): bump github.com/shoenig/test from 1.11.0 to 1.12.0

build(deps): bump github.com/shoenig/test from 1.11.0 to 1.12.0 #61

Workflow file for this run

name: Run CI Tests
on: [push]
jobs:
run-tests:
strategy:
fail-fast: false
matrix:
os:
- ubuntu-24.04
- ubuntu-22.04
- macos-14
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
cache-dependency-path: '**/go.sum'
- uses: extractions/setup-just@v2
- name: Run Go Test
run: |
just test