Skip to content

Add flags to Table and policy to Chain #46

Add flags to Table and policy to Chain

Add flags to Table and policy to Chain #46

Workflow file for this run

on: [pull_request]
name: Test
jobs:
test:
strategy:
fail-fast: false
matrix:
go-version: [1.20.x, 1.21.x]
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v4
- run: make test
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: 1.21.x
- uses: actions/checkout@v4
- run: make verify