Skip to content

Commit 31cf794

Browse files
configure cibuildwheel to run the Python test suite
1 parent d9845d9 commit 31cf794

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_python_wheel.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
# Skip PyPy, 32-bit Windows, 32-bit Linux, and CPython before 3.9.
2929
# See https://cibuildwheel.readthedocs.io/en/stable/options/#examples_1
3030
CIBW_SKIP: "*-win32 pp* *-manylinux_i686 *-musllinux_i686 cp36-* cp37-* cp38-*"
31+
CIBW_TEST_COMMAND: >
32+
python {package}/python/_jsonnet_test.py
3133
3234
- uses: actions/upload-artifact@v4
3335
with:

0 commit comments

Comments
 (0)