Skip to content

Documentation: added a doc for bbolt command-line. #17

Documentation: added a doc for bbolt command-line.

Documentation: added a doc for bbolt command-line. #17

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@v3
- uses: actions/setup-go@v4
with:
go-version: "1.19.11"
- run: |
make gofail-enable
make test-failpoint