Skip to content

Add MAC accessor for returning the MAC in the usual format #394

Add MAC accessor for returning the MAC in the usual format

Add MAC accessor for returning the MAC in the usual format #394

Workflow file for this run

name: Windows
on:
pull_request:
push:
branches:
- dev
- release
jobs:
build-windows:
name: build-windows
runs-on: windows-2022
steps:
- name: Install Go
uses: actions/setup-go@v6
with:
go-version: '1.25'
- name: Checkout
uses: actions/checkout@v5
- name: Run unit tests
run: go test
- name: "Run Windows smoke tests"
run: make smoketest-windows