Skip to content

Commit

Permalink
feat: Updated .github/workflows/main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Jan 19, 2024
1 parent e4e8e69 commit f62a79e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ jobs:
- name: Install dependencies
run: pip install -r requirements.txt

- name: Run tests
- name: Run tests and coverage
run: pytest --cov
run: pytest -v --cov

- name: Deploy FastGPT application
run: |
Expand Down

0 comments on commit f62a79e

Please sign in to comment.