Skip to content

Issue error when array max_count is not an int. #30

Issue error when array max_count is not an int.

Issue error when array max_count is not an int. #30

Workflow file for this run

name: Test
on: [pull_request]
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.19
uses: actions/setup-go@v2
with:
go-version: 1.19
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v1
- name: Test
run: |
go test -v -race ./...