Skip to content

fix(darwin): make Adapter.Enable callable after first invocation (#445) #513

fix(darwin): make Adapter.Enable callable after first invocation (#445)

fix(darwin): make Adapter.Enable callable after first invocation (#445) #513

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.26.2'
- name: Checkout
uses: actions/checkout@v6
- name: Run unit tests
run: go test
- name: "Run Windows smoke tests"
run: make smoketest-windows