Change number of threads in CI

This commit is contained in:
mrg 2021-02-03 14:26:09 -08:00
parent 19e99d1c7b
commit 181808c326
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ stages:
freepdk45:
stage: test
script:
- coverage run -p $OPENRAM_HOME/tests/regress.py -t freepdk45
- coverage run -p $OPENRAM_HOME/tests/regress.py -j 16 -t freepdk45
artifacts:
paths:
- .coverage.*
@ -19,7 +19,7 @@ freepdk45:
scn4m_subm:
stage: test
script:
- coverage run -p $OPENRAM_HOME/tests/regress.py -t scn4m_subm
- coverage run -p $OPENRAM_HOME/tests/regress.py -j 16 -t scn4m_subm
artifacts:
paths:
- .coverage.*