From a354ad8d64ca29e04d8f540c0384738cacfb4900 Mon Sep 17 00:00:00 2001 From: Trung Nguyen Date: Mon, 14 Oct 2024 17:20:04 -0500 Subject: [PATCH] add pair back to the matrix entries --- .github/workflows/kokkos-regression.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/kokkos-regression.yaml b/.github/workflows/kokkos-regression.yaml index 1670fc4e8c..4a202b664f 100644 --- a/.github/workflows/kokkos-regression.yaml +++ b/.github/workflows/kokkos-regression.yaml @@ -19,7 +19,7 @@ jobs: strategy: max-parallel: 4 matrix: - idx: [ 'pair', 'compute', 'misc' ] + idx: [ 'pair', 'fix', 'compute', 'misc' ] steps: - name: Checkout repository