Skip to content

fetch ip address fort NIC when IPAddress is null (#106) #397

fetch ip address fort NIC when IPAddress is null (#106)

fetch ip address fort NIC when IPAddress is null (#106) #397

Workflow file for this run

name: test
on:
push:
tags:
- '!v*'
branches:
- '*'
pull_request:
jobs:
unittests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version-file: "go.mod"
- name: unit tests
run: make test