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

experiment

parent a5244181
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -22,3 +22,6 @@ test_min: ...@@ -22,3 +22,6 @@ test_min:
- pip3 install --user . - pip3 install --user .
- nosetests3 -q - nosetests3 -q
- OMP_NUM_THREADS=1 mpiexec --allow-run-as-root -n 4 nosetests3 -q - OMP_NUM_THREADS=1 mpiexec --allow-run-as-root -n 4 nosetests3 -q
- >
coverage report | grep TOTAL | awk '{ print "TOTAL: "$6; }' || true
- echo $?
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment