diff options
| author | John L. Villalovos <john@sodarock.com> | 2022-01-08 16:43:19 -0800 |
|---|---|---|
| committer | John L. Villalovos <john@sodarock.com> | 2022-01-08 16:43:19 -0800 |
| commit | a1ac9ae63828ca2012289817410d420da066d8df (patch) | |
| tree | d080dfeb6d4fe42781ca73bea93df738a353b269 /.github/workflows | |
| parent | 0dba899c20dda3a9789992a1186cfd718e5b588f (diff) | |
| download | gitlab-a1ac9ae63828ca2012289817410d420da066d8df.tar.gz | |
chore: add logging to `tests/functional/conftest.py`
I have found trying to debug issues in the functional tests can be
difficult. Especially when trying to figure out failures in the CI
running on Github.
Add logging to `tests/functional/conftest.py` to have a better
understanding of what is happening during a test run which is useful
when trying to troubleshoot issues in the CI.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cc012bd..a4b495a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -73,7 +73,7 @@ jobs: - name: Run tests env: TOXENV: ${{ matrix.toxenv }} - run: tox + run: tox -- --override-ini='log_cli=True' - name: Upload codecov coverage uses: codecov/codecov-action@v2 with: |
