From 40f671acfd59bed0716597cf011c2d6beaa084d7 Mon Sep 17 00:00:00 2001 From: mrg Date: Tue, 8 Feb 2022 16:04:18 -0800 Subject: [PATCH] Make clean before make --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36ab8aae..8dbf8380 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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() }}