Skip to content

Commit 4851fbf

Browse files
upload log files for S: Basic
1 parent bc24720 commit 4851fbf

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/test.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,17 @@ jobs:
303303
# We skip QoR since we are only checking for errors in sanitizer runs
304304
./run_reg_test.py ${{ matrix.suite }} -show_failures -j2 -skip_qor
305305
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+
306317
307318
Parmys:
308319
name: 'Parmys Basic Test'

0 commit comments

Comments
 (0)