add reval to matrix of test-only-restore & test-restore jobs

* could be eliminated if primary key is generated differently,
  e.g. hashing of file paths on reevaluation
This commit is contained in:
Vincent Clemson 2022-06-19 12:17:24 -04:00
parent 3d5818e554
commit 856dca34a5

View file

@ -78,6 +78,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
reeval: [false, true]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
@ -103,6 +104,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
reeval: [false, true]
fail-fast: false
runs-on: ${{ matrix.os }}
steps: