Skip to content

Commit

Permalink
CI: run unittests after build
Browse files Browse the repository at this point in the history
  • Loading branch information
swt2c committed Jan 25, 2025
1 parent 2adbeaa commit f687715
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,11 @@ jobs:
python -c "import wx; print(wx); print(wx.version()); print(wx.PlatformInfo)"
pip uninstall --yes wxPython
- name: Run unittests
run: |
mv wx _wx
python build.py test
- name: Save wheel as job artifact
uses: actions/upload-artifact@v4
# Just Windows and MacOS for now, all we care about for Linux at this
Expand Down

0 comments on commit f687715

Please sign in to comment.