From 066bd0f05bb91a0f7aedfbc7a382bfef2acf0869 Mon Sep 17 00:00:00 2001 From: Varun Agrawal Date: Sat, 28 Aug 2021 20:03:03 -0400 Subject: [PATCH] verbose python testing --- .github/scripts/python.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/python.sh b/.github/scripts/python.sh index 22098ec08..3f5701281 100644 --- a/.github/scripts/python.sh +++ b/.github/scripts/python.sh @@ -85,4 +85,4 @@ make -j2 install cd $GITHUB_WORKSPACE/build/python $PYTHON setup.py install --user --prefix= cd $GITHUB_WORKSPACE/python/gtsam/tests -$PYTHON -m unittest discover +$PYTHON -m unittest discover -v