diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2021-11-21 09:37:03 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-11-21 09:37:03 -0500 |
| commit | 08ee52e38f27e3ffee4423f15297f204c08be19e (patch) | |
| tree | a41507b0de2b77ed15ea02c52dc84aba7f7cd22b /.github/workflows | |
| parent | 8643f41bfe1fe7ab19184f30130ff1f95140eceb (diff) | |
| download | python-coveragepy-git-08ee52e38f27e3ffee4423f15297f204c08be19e.tar.gz | |
debug: why can't we clean up the C extension on windows?
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/testsuite.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index 6f31f48f..53cd24b8 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -17,6 +17,7 @@ defaults: env: PIP_DISABLE_PIP_VERSION_CHECK: 1 + COVERAGE_IGOR_VERBOSE: 1 jobs: tests: |
