Skip to content

Fix bbolt command-line commands to open a bbolt database with file mo… #22

Fix bbolt command-line commands to open a bbolt database with file mo…

Fix bbolt command-line commands to open a bbolt database with file mo… #22

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