Fedora CI: Run the smoke test on the debug build as well

This commit is contained in:
Miro Hrončok 2019-10-14 23:11:42 +02:00
parent 796e80bd9a
commit bb663e5153
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@
- smoke:
dir: python/smoke
run: VERSION=3.8 ./venv.sh
- debugsmoke:
dir: python/smoke
run: PYTHON=python3-debug TOX=false VERSION=3.8 ./venv.sh
- selftest:
dir: python/selftest
run: VERSION=3.8 X="-x test_wsgiref" ./parallel.sh