diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 12a1c1ef629..ea11391af36 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: |