From 079d8ac7be6287195b3213522ff06204ebf4a95f Mon Sep 17 00:00:00 2001 From: Brian Madden Date: Tue, 3 Oct 2023 21:52:49 -0700 Subject: [PATCH] Increase verbosity of unittests on GitHub --- .github/workflows/build_wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index b9a06543..6ab3e38b 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -194,8 +194,8 @@ jobs: if: ${{ matrix.run-tests }} run: | /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -screen 0 1280x720x24 -ac +extension GLX - coverage3 run --concurrency=thread -m unittest discover mpfmc.tests - coverage3 run -a --concurrency=thread -m unittest discover mpfmc.integration + coverage3 run --concurrency=thread -m unittest discover -v mpfmc.tests + coverage3 run -a --concurrency=thread -m unittest discover -v mpfmc.integration - name: Upload coverage data to coveralls.io run: coveralls --service=github env: