Skip to content

limit memory allocation for touch lists #117

limit memory allocation for touch lists

limit memory allocation for touch lists #117

Workflow file for this run

name: build
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '1.x'
- name: Run tests
run: go test -cover ./...