Merge pull request #595 from etcd-io/dependabot/go_modules/github.com… #605
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |