Skip to content

Sync from UI commit 89deb1af4f4a963d1d78ff8cf6e4ecde8210b690 #2577

Sync from UI commit 89deb1af4f4a963d1d78ff8cf6e4ecde8210b690

Sync from UI commit 89deb1af4f4a963d1d78ff8cf6e4ecde8210b690 #2577

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