Skip to content

fix: array in autogen cleanup, add test for polysite route #496

fix: array in autogen cleanup, add test for polysite route

fix: array in autogen cleanup, add test for polysite route #496

Workflow file for this run

name: Test
on: pull_request
jobs:
go-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: "^1.18"
- name: Run Tests
run: go test -v ./...