|
64 | 64 |
|
65 | 65 | - name: Test apron octagon regression # skipped by default but CI has apron, so explicitly test group (which ignores skipping -- it's now a feature!) |
66 | 66 | if: ${{ matrix.apron }} |
67 | | - run: ruby scripts/update_suite.rb group octagon -s |
| 67 | + run: ruby scripts/update_suite.rb group octagon -s |
68 | 68 |
|
69 | 69 | - name: Test apron regression (Mukherjee et. al SAS '17 paper') # skipped by default but CI has apron, so explicitly test group (which ignores skipping -- it's now a feature!) |
70 | 70 | if: ${{ matrix.apron }} |
@@ -135,10 +135,12 @@ jobs: |
135 | 135 |
|
136 | 136 | - name: Test apron regression # skipped by default but CI has apron, so explicitly test group (which ignores skipping -- it's now a feature!) |
137 | 137 | # if: ${{ matrix.apron }} |
138 | | - run: ruby scripts/update_suite.rb group apron -s |
| 138 | + run: | |
| 139 | + ruby scripts/update_suite.rb group apron -s |
| 140 | + ruby scripts/update_suite.rb group apron2 -s |
139 | 141 |
|
140 | 142 | - name: Test apron octagon regression # skipped by default but CI has apron, so explicitly test group (which ignores skipping -- it's now a feature!) |
141 | | - run: ruby scripts/update_suite.rb group octagon -s |
| 143 | + run: ruby scripts/update_suite.rb group octagon -s |
142 | 144 |
|
143 | 145 | - name: Test apron regression (Mukherjee et. al SAS '17 paper') # skipped by default but CI has apron, so explicitly test group (which ignores skipping -- it's now a feature!) |
144 | 146 | # if: ${{ matrix.apron }} |
@@ -228,10 +230,12 @@ jobs: |
228 | 230 |
|
229 | 231 | - name: Test apron regression # skipped by default but CI has apron, so explicitly test group (which ignores skipping -- it's now a feature!) |
230 | 232 | # if: ${{ matrix.apron }} |
231 | | - run: ruby scripts/update_suite.rb group apron -s |
| 233 | + run: | |
| 234 | + ruby scripts/update_suite.rb group apron -s |
| 235 | + ruby scripts/update_suite.rb group apron2 -s |
232 | 236 |
|
233 | 237 | - name: Test apron octagon regression # skipped by default but CI has apron, so explicitly test group (which ignores skipping -- it's now a feature!) |
234 | | - run: ruby scripts/update_suite.rb group octagon -s |
| 238 | + run: ruby scripts/update_suite.rb group octagon -s |
235 | 239 |
|
236 | 240 | - name: Test apron regression (Mukherjee et. al SAS '17 paper') # skipped by default but CI has apron, so explicitly test group (which ignores skipping -- it's now a feature!) |
237 | 241 | # if: ${{ matrix.apron }} |
|
0 commit comments