Skip to content

Commit 4ea2723

Browse files
author
LINESKL
authored
Update ci.yml
1 parent 881c92a commit 4ea2723

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
REDIS_URL: redis://localhost:6379/0
4747
SECRET_KEY: test-secret-key-1234567890
4848
run: |
49-
pytest -v --cov=./ --cov-report=xml
49+
python -m pytest tests/test_auth.py -v
5050
5151
- name: Upload coverage to Codecov
5252
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)