Skip to content

feat: Configurable cache size in bytes to limit the amount of memory a cache can use #148

feat: Configurable cache size in bytes to limit the amount of memory a cache can use

feat: Configurable cache size in bytes to limit the amount of memory a cache can use #148

Workflow file for this run

name: Go
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ^1.18
- name: Checkout code
uses: actions/checkout@v4
- name: Run tests
run: go test -race -shuffle on -timeout 1m -coverprofile=covprofile ./...
- name: Send coverage
uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: covprofile