Skip to content

fix: Update structure of NetworkPolicy #205

fix: Update structure of NetworkPolicy

fix: Update structure of NetworkPolicy #205

Workflow file for this run

name: test
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: test
run: go test -race -v ./...