Skip to content

Commit 47f7aee

Browse files
committed
test more during build
1 parent 3e41aa4 commit 47f7aee

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
@@ -162,7 +162,8 @@ jobs:
162162
# Fully test the build wheels again.
163163
CIBW_TEST_REQUIRES: "pytest"
164164
# Simple test that requires the project to be build correctly
165-
CIBW_TEST_COMMAND: "pytest {project}/tests/test_igzip.py"
165+
CIBW_TEST_COMMAND: >-
166+
pytest {project}/tests/test_igzip.py {project}/tests/test_isal.py
166167
- name: Build sdist
167168
if: "runner.os == 'Linux'"
168169
run: python setup.py sdist

0 commit comments

Comments
 (0)