Skip to content

K8SPXC-1327 and K8SPXC-1628: jemalloc and tcmalloc support #3429

K8SPXC-1327 and K8SPXC-1628: jemalloc and tcmalloc support

K8SPXC-1327 and K8SPXC-1628: jemalloc and tcmalloc support #3429

Workflow file for this run

name: Run tests
on: [pull_request]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v6
with:
go-version: '1.25'
- uses: actions/checkout@v5
- name: go test
run: make test