Skip to content

avoid torn init writes #542

avoid torn init writes

avoid torn init writes #542

Workflow file for this run

name: Failpoint test
on: [push, pull_request]
permissions: read-all
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: "1.20.7"
- run: |
make gofail-enable
make test-failpoint