Skip to content

Commit 146c7f8

Browse files
committed
Only test igzip application for each wheel
1 parent 2db8b00 commit 146c7f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,8 @@ jobs:
159159
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux2014"
160160
# Fully test the build wheels again.
161161
CIBW_TEST_REQUIRES: "pytest"
162-
CIBW_TEST_COMMAND: "pytest {project}/tests"
162+
# Simple test that requires the project to be build correctly
163+
CIBW_TEST_COMMAND: "pytest {project}/tests/test_igzip.py"
163164
- name: Build sdist
164165
if: "runner.os == 'Linux'"
165166
run: python setup.py sdist

0 commit comments

Comments
 (0)