Skip to content

Sync from UI commit 914c4b4863cb5b5118f593fbc5e0136e740357ce #2345

Sync from UI commit 914c4b4863cb5b5118f593fbc5e0136e740357ce

Sync from UI commit 914c4b4863cb5b5118f593fbc5e0136e740357ce #2345

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