Skip to content

build(deps): Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 #604

build(deps): Bump github.com/spf13/cobra from 1.7.0 to 1.8.0

build(deps): Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 #604

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.21.1"
- run: |
make gofail-enable
make test-failpoint