Skip to content

[release/0.4] Cherry pick fixes from main branch #344

[release/0.4] Cherry pick fixes from main branch

[release/0.4] Cherry pick fixes from main branch #344

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
test:
runs-on: 'windows-2019'
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
- run: go test -gcflags=all=-d=checkptr -v ./...
build:
runs-on: 'windows-2019'
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.15.0'
- run: go build ./pkg/etw/sample/
- run: go build ./tools/etw-provider-gen/
- run: go build ./wim/validate/