Skip to content

HTTP service discovery (#16) #54

HTTP service discovery (#16)

HTTP service discovery (#16) #54

Workflow file for this run

on: [push, pull_request]
name: Test
jobs:
test:
name: Run unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-go@v2
with:
go-version: "1.21"
- run: go test .