Skip to content
Snippets Groups Projects
Commit 05e5347b authored by Martin Reinecke's avatar Martin Reinecke
Browse files

tweak CI

parent cc29198b
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -17,10 +17,10 @@ test_min:
stage: test
script:
- pip install --user .
- nosetests -q --with-coverage --cover-package=nifty4 --cover-branches
- OMP_NUM_THREADS=1 mpiexec --allow-run-as-root -n 4 nosetests -q
- pip3 install --user .
- nosetests -q --with-coverage --cover-package=nifty4 --cover-branches
- nosetests3 -q
- OMP_NUM_THREADS=1 mpiexec --allow-run-as-root -n 4 nosetests -q
- OMP_NUM_THREADS=1 mpiexec --allow-run-as-root -n 4 nosetests3 -q
- >
coverage report | grep TOTAL | awk '{ print "TOTAL: "$6; }' || true
coverage report | grep TOTAL | awk '{ print "TOTAL: "$6; }'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment