mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-29 17:39:02 +02:00
Don't stop on fail, archive all results, create .bad file on fail.
This commit is contained in:
@@ -25,13 +25,13 @@ jobs:
|
||||
#python3-coverage run -p $OPENRAM_HOME/tests/regress.py -j 12 -t scn4m_subm
|
||||
#$OPENRAM_HOME/tests/regress.py -j 24 -t scn4m_subm
|
||||
cd $OPENRAM_HOME/tests
|
||||
make -j 36
|
||||
make -k -j 36
|
||||
- name: Archive
|
||||
if: ${{ failure() }}
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: Regress Archives
|
||||
path: ${{ github.workspace }}/compiler/tests/results/*.zip
|
||||
path: ${{ github.workspace }}/compiler/tests/results/*
|
||||
# freepdk45:
|
||||
# runs-on: self-hosted
|
||||
# steps:
|
||||
|
||||
Reference in New Issue
Block a user