Skip to content

Commit 7442197

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci-build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,10 @@ jobs:
209209
cd dist
210210
pip install wxPython-*.whl
211211
python -c "import wx; print(wx); print(wx.version()); print(wx.PlatformInfo)"
212-
pip uninstall --yes wxPython
212+
213+
- name: Run unittests
214+
run: |
215+
python build.py test
213216
214217
- name: Save wheel as job artifact
215218
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)