From 856dca34a5a726eb119ee9ecf8cac84906759f7b Mon Sep 17 00:00:00 2001 From: Vincent Clemson Date: Sun, 19 Jun 2022 12:17:24 -0400 Subject: [PATCH] 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 --- .github/workflows/workflow.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 20d22f7..741905a 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -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: