Skip to content

Sync from UI commit 849e3d77786f46d24536ef26d8a823b0031a7352 #2477

Sync from UI commit 849e3d77786f46d24536ef26d8a823b0031a7352

Sync from UI commit 849e3d77786f46d24536ef26d8a823b0031a7352 #2477

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