CI: Split the config check from the actual test.

I'm using selftest.py to check whether I've installed everything.
Pytest actually finds and runs the tests.  For some reason that wasn't
running earlier.
This commit is contained in:
DWesl 2021-12-10 21:53:43 -05:00
parent cd087c6007
commit 1daaf9273c

View File

@ -45,7 +45,9 @@ jobs:
- name: Install Pillow
run: |
C:\tools\cygwin\bin\dash -c '/usr/bin/python3.8 -m pip install dist/*.whl'
- name: Test Pillow
- name: Check Pillow configuration
run: |
C:\tools\cygwin\bin\python3.8 selftest.py
- name: Test Pillow
run: |
C:\tools\cygwin\bin\xvfb-run -s '-screen 0 1024x768x24' .ci/test.sh