Skip to content

(update): Implement the AdapterConstructor interface. #116

(update): Implement the AdapterConstructor interface.

(update): Implement the AdapterConstructor interface. #116

Workflow file for this run

name: Go
on:
push:
branches: [ "main", "dev" ]
pull_request:
branches: [ "main", "dev" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: "1.21.x"
- name: Test
run: go test -v ./...