Skip to content

add tests for import #13

add tests for import

add tests for import #13

Workflow file for this run

name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- name: run test
run: make test