Skip to content

Add Write command to the gattc implementaitons (windows hat already one) #22

Add Write command to the gattc implementaitons (windows hat already one)

Add Write command to the gattc implementaitons (windows hat already one) #22

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/[email protected]
with:
go-version: '1.21.0'
- name: Checkout
uses: actions/[email protected]
- name: Run unit tests
run: go test
- name: "Run Windows smoke tests"
run: make smoketest-windows