microsoft / go-winio

Win32 IO-related utilities for Go
MIT License
947 stars 180 forks source link

Add CI github action for testing on push and PR #205

Closed katiewasnothere closed 3 years ago

katiewasnothere commented 3 years ago

This PR additionally updates the TestGrantVmGroupAccess test to account for running on a machine that doesn't have support for running hyper-v VMs, which is the current case for github hosted windows images.

Signed-off-by: Kathryn Baldauf kabaldau@microsoft.com

dcantah commented 3 years ago

Can we add -gcflags=all=-d=checkptr to the go test? It's caught a lot of stuff for hcsshim that we fixed