Skip to content

Commit 2f679a7

Browse files
committed
Merge branch 'eliminate_free_and_malloc' of https://github.com/verilog-to-routing/vtr-verilog-to-routing into eliminate_free_and_malloc
2 parents efd922c + 327cee3 commit 2f679a7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/nightly_test_manual.yml

+9
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,12 @@ jobs:
104104
run: |
105105
source .venv/bin/activate
106106
./run_reg_test.py -j12 vtr_reg_nightly_test7
107+
108+
- name: Upload regression results
109+
if: success() || failure()
110+
uses: actions/upload-artifact@v4
111+
with:
112+
name: nightly_test_results
113+
path: |
114+
vtr_flow/**/*.log
115+
vtr_flow/**/parse_results*.txt

0 commit comments

Comments
 (0)