This commit is contained in:
marbar3778
2021-12-15 16:35:32 +01:00
parent 24dbcb392b
commit 7b0e98d0de

View File

@@ -84,4 +84,13 @@ jobs:
test_persistence:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.4.0
- uses: technote-space/get-diff-action@v5
with:
PATTERNS: |
**/**.go
go.mod
go.sum
- run: make install
- run: test/persist/test_failure_indices.sh
# if: "env.GIT_DIFF != ''"