Skip to content

Commit f687715

Browse files
committed
CI: run unittests after build
1 parent 2adbeaa commit f687715

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci-build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,11 @@ jobs:
211211
python -c "import wx; print(wx); print(wx.version()); print(wx.PlatformInfo)"
212212
pip uninstall --yes wxPython
213213
214+
- name: Run unittests
215+
run: |
216+
mv wx _wx
217+
python build.py test
218+
214219
- name: Save wheel as job artifact
215220
uses: actions/upload-artifact@v4
216221
# Just Windows and MacOS for now, all we care about for Linux at this

0 commit comments

Comments
 (0)