Skip to content

refactor: Extract Contracts from discoverer and allow clients to supp… #198

refactor: Extract Contracts from discoverer and allow clients to supp…

refactor: Extract Contracts from discoverer and allow clients to supp… #198

Workflow file for this run

on: push
name: CI
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
- name: Test
run: |
go test -v ./...