Skip to content

Commit

Permalink
Be less verbose in CI
Browse files Browse the repository at this point in the history
every second counts
  • Loading branch information
zerolab committed Oct 2, 2023
1 parent b5ceb84 commit c62097b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c62097b

Please sign in to comment.