Skip to content

Commit 324b8fe

Browse files
committed
Add tests on each platform for the wheels
1 parent d5a5c13 commit 324b8fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@ jobs:
155155
CIBW_BUILD: "cp3{6,7,8,9}-*"
156156
CIBW_SKIP: "*-win32 *-manylinux_i686" # Skip 32 bit.
157157
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux2014"
158+
CIBW_TEST_REQUIRES: pytest
159+
CIBW_TEST_COMMAND: pytest {project}/tests
158160
- name: Build sdist
159161
if: "runner.os == 'Linux'"
160162
run: python setup.py sdist

0 commit comments

Comments
 (0)