Skip to content

add the ability to specify additonal fallback relay configs #140

add the ability to specify additonal fallback relay configs

add the ability to specify additonal fallback relay configs #140

Workflow file for this run

name: test
on:
workflow_dispatch:
push:
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version-file: 'go.mod'
cache: true
- run: make deps test