Skip to content

Merge pull request #586 from ahrtr/1.3_64bit_align_20231025 #572

Merge pull request #586 from ahrtr/1.3_64bit_align_20231025

Merge pull request #586 from ahrtr/1.3_64bit_align_20231025 #572

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@v3
with:
go-version: "1.17.13"
- run: |
make gofail-enable
make test-failpoint