Skip to content

Handle interface type properly in clone method #36

Handle interface type properly in clone method

Handle interface type properly in clone method #36

Workflow file for this run

name: Unit test
on: [push]
jobs:
testing:
runs-on: ubuntu-latest
steps:
- name: Checkout upstream repo
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- uses: actions/setup-go@v3
with:
go-version-file: "go.mod"
- uses: google-github-actions/[email protected]
- run: go test .