summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-11-05 08:04:57 -0400
committerNed Batchelder <ned@nedbatchelder.com>2021-11-05 08:10:01 -0400
commitc47fec8ffc16b79cff3622d1de50ef56a6f1ca10 (patch)
treeef297e64bb2fc7a70ac0157e8e9e1765dc24317f
parentd3ef6bb483c7726cb0f00806b49104d52816ca86 (diff)
downloadpython-coveragepy-git-c47fec8ffc16b79cff3622d1de50ef56a6f1ca10.tar.gz
build: run tests on the built kits
-rw-r--r--.github/workflows/kit.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/kit.yml b/.github/workflows/kit.yml
index 49a9a14c..f25d70f7 100644
--- a/.github/workflows/kit.yml
+++ b/.github/workflows/kit.yml
@@ -61,6 +61,8 @@ jobs:
# Don't build wheels for PyPy.
CIBW_SKIP: pp*
CIBW_ARCHS: ${{ matrix.cibw_arch }}
+ # CIBW_BEFORE_TEST: python -m pip install -r requirements/tox.pip
+ CIBW_TEST_COMMAND: python -c "from coverage.tracer import CTracer"
run: |
python -m cibuildwheel --output-dir wheelhouse
ls -al wheelhouse/