Skip to content

Get service url when handling auth rather than mutating the relay, al… #188

Get service url when handling auth rather than mutating the relay, al…

Get service url when handling auth rather than mutating the relay, al… #188

Workflow file for this run

name: test every commit
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
with:
go-version-file: ./go.mod
- run: go test ./...