Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Commit

Permalink
make testing verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
rjdbcm committed Nov 7, 2021
1 parent f8349f8 commit 398224b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
pip install -U pip pipenv wheel cython dearpygui
pipenv lock
pipenv sync -d
pipenv run pytest -x --cov=Aspidites --cov-report=xml --profile --profile-svg
pipenv run pytest -v -x --cov=Aspidites --cov-report=xml --profile --profile-svg
rm -rf Pipfile.lock
- name: Archive production artifacts
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
pip install -U pip pipenv wheel cython dearpygui
pipenv lock
pipenv sync -d
pipenv run pytest -x --profile
pipenv run pytest -v -x --profile
rm -rf Pipfile.lock
- name: Archive production artifacts
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 398224b

Please sign in to comment.