Skip to content

Scope WaitGroup to subtests in memory cache tests #4

Scope WaitGroup to subtests in memory cache tests

Scope WaitGroup to subtests in memory cache tests #4

Workflow file for this run

# Run the checks
name: check
permissions:
contents: read
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v6
with:
go-version: 1.25.0
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- name: golangci-lint
uses: golangci/golangci-lint-action@v8