Skip to content

just: cleanup justfile a bit (#28) #67

just: cleanup justfile a bit (#28)

just: cleanup justfile a bit (#28) #67

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