From 4c538e0763ed7a3d8a0691f99657f78b7acd40c1 Mon Sep 17 00:00:00 2001 From: zerolab Date: Sun, 1 Oct 2023 21:34:35 +0100 Subject: [PATCH] Be less verbose in CI every second counts --- .github/workflows/test.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8674b592..58840dd3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -53,7 +53,7 @@ jobs: python -m pip install --upgrade pip python -m pip install tox tox-gh-actions - name: Test with tox - run: tox + run: tox -- -v1 test-postgres: runs-on: ubuntu-latest @@ -94,8 +94,7 @@ jobs: python -m pip install tox tox-gh-actions - name: Test with tox id: test-with-tox - run: | - tox + run: tox -- -v1 env: DB_NAME: postgres DB_USER: postgres