Skip to content

Fix #1079: Set setVMMaxMapCount default to true for production readiness #1625

Fix #1079: Set setVMMaxMapCount default to true for production readiness

Fix #1079: Set setVMMaxMapCount default to true for production readiness #1625

Workflow file for this run

name: Testing
on: [pull_request]
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup go
uses: actions/setup-go@v5
with:
go-version-file: 'go.work'
cache: false
- name: Test
run: |
cd opensearch-operator
make test