Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Nov 12, 2023
1 parent 60ef720 commit 7131546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
# pip-compile examples/requirements/test.in
# pip install -r examples/requirements/test.txt
- name: Run Tests
run: tox -e ${{ matrix.tox_env }}
run: python -m pytest -vrx
env:
POSTGRES_HOST: localhost
POSTGRES_PORT: 5432
Expand Down

0 comments on commit 7131546

Please sign in to comment.