From: Jacob Lifshay Date: Fri, 3 Apr 2020 07:07:25 +0000 (-0700) Subject: run tests in parallel X-Git-Tag: ls180-24jan2020~93 X-Git-Url: https://git.libre-soc.org/?p=ieee754fpu.git;a=commitdiff_plain;h=77f150cff440bed025e2487b6f0fcda9f529290b run tests in parallel --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3b60a8d0..a176ba34 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,6 +25,7 @@ build: script: - python3 -m venv .env - . .env/bin/activate + - pip install nose - IEEE754FPU_PATH="$(pwd)" - git clone --depth 1 --recursive https://github.com/billzorn/sfpy.git sfpy @@ -62,5 +63,4 @@ build: - popd - python setup.py develop - - - python setup.py test + - nosetests -v --processes=-1