Skip to content

Merge pull request #3 from f4ilfish/fix_empty_port_sg #5

Merge pull request #3 from f4ilfish/fix_empty_port_sg

Merge pull request #3 from f4ilfish/fix_empty_port_sg #5

Workflow file for this run

name: Unit tests
on:
push:
branches:
- main
pull_request:
jobs:
unit-test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.25"
- name: Run test
run: make test