Skip to content

Implement ipaddressallocation controller #2161

Implement ipaddressallocation controller

Implement ipaddressallocation controller #2161

Workflow file for this run

name: Makefile CI
on:
push:
branches:
- main
- 'v[0-9].[0-9]+.[0-9]+'
pull_request:
branches:
- main
- 'v[0-9].[0-9]+.[0-9]+'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.21
- name: Run golangci-lint
run: make golangci
- name: Run build
run: make build
- name: Run ipaddressallocation test
run: KUBEBUILDER_ASSETS="" go test -gcflags=all=-l -v github.com/vmware-tanzu/nsx-operator/pkg/controllers/ipaddressallocation
- name: Run test
run: make test