Skip to content

[SL-38176] feat: make server options configurable #153

[SL-38176] feat: make server options configurable

[SL-38176] feat: make server options configurable #153

Workflow file for this run

name: Go
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
- name: Test
run: make test