verbose CI, fetch entire git history

This commit is contained in:
Rikko 2022-08-31 06:30:07 +05:30
parent 21c62f72f9
commit 4110d2bd15

View file

@ -12,6 +12,8 @@ jobs:
python-version: ["3.10"]
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
@ -22,4 +24,4 @@ jobs:
pip install -r test/pip_reqs.txt
- name: Execute Tests
run: |
python -m unittest discover
python -m unittest discover -v