Try running PyInstaller-generated binary in GitHub Actions

This commit is contained in:
Sajith Sasidharan 2020-05-12 18:15:17 -04:00
parent 3b0ace1710
commit b1d7e99671
2 changed files with 4 additions and 0 deletions
.github/workflows
newsfragments

@ -170,3 +170,7 @@ jobs:
- name: Run "tox -e pyinstaller"
run: tox -e pyinstaller
# This step is to ensure there are no packaging/import errors.
- name: Test PyInstaller executable
run: dist/Tahoe-LAFS/tahoe --version

0
newsfragments/3309.minor Normal file