Skip to content

Commit 5ca5c0d

Browse files
authored
Update build-package.yml
1 parent dcb84f0 commit 5ca5c0d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-package.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,7 @@ jobs:
2727
- name: Build & Install PyGCGOpt
2828
run: |
2929
pip install .
30+
31+
- name: Run PyGCGOpt tests
32+
run: |
33+
pytest .

0 commit comments

Comments
 (0)