Skip to content

fix: failpoint-toolexec not working on Windows (#90) #65

fix: failpoint-toolexec not working on Windows (#90)

fix: failpoint-toolexec not working on Windows (#90) #65

Workflow file for this run

name: Build & Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: setup go
uses: actions/setup-go@v2
with:
go-version: 1.22
- name: validation
run: make build test
- name: codecov
uses: codecov/codecov-action@v1