We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc24720 commit 4851fbfCopy full SHA for 4851fbf
.github/workflows/test.yml
@@ -303,6 +303,17 @@ jobs:
303
# We skip QoR since we are only checking for errors in sanitizer runs
304
./run_reg_test.py ${{ matrix.suite }} -show_failures -j2 -skip_qor
305
306
+ - name: Upload regression run files
307
+ uses: actions/upload-artifact@v3
308
+ with:
309
+ name: ${{matrix.name}}_run_files
310
+ path: |
311
+ vtr_flow/**/*.out
312
+ vtr_flow/**/*.blif
313
+ vtr_flow/**/*.p
314
+ vtr_flow/**/*.net
315
+ vtr_flow/**/*.r
316
+
317
318
Parmys:
319
name: 'Parmys Basic Test'
0 commit comments