Skip to content

Sync from UI commit c5d26df3002e0fdabb1f64499984cf1434e6a691 #2346

Sync from UI commit c5d26df3002e0fdabb1f64499984cf1434e6a691

Sync from UI commit c5d26df3002e0fdabb1f64499984cf1434e6a691 #2346

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: ./.github/actions/setup-go
- name: build
run: make build-server
- name: test
run: make test