Skip to content

frontend dist reorg #340

frontend dist reorg

frontend dist reorg #340

Workflow file for this run

name: Go Tests
on:
pull_request:
jobs:
test:
name: Go
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
- name: Run Go tests
run: make test