Make clean before make

This commit is contained in:
mrg 2022-02-08 16:04:18 -08:00
parent 16238af584
commit 40f671acfd
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ 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 clean
make -k -j 48
- name: Archive
if: ${{ failure() }}