This commit is contained in:
marbar3778
2021-12-15 11:41:06 +01:00
parent 33a0a48dbe
commit 7f304bc498

View File

@@ -80,3 +80,10 @@ jobs:
run: test/app/test.sh
shell: bash
if: "env.GIT_DIFF != ''"
test_persistence:
runs-on: ubuntu-latest
steps:
- name: run persistence tests
run: test.persist/test_failure_indices.sh
shell: bash