From c2e3d2c8ef0694ce2ad8536670ecfd61b0651a33 Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Oct 16 2019 12:30:12 +0000 Subject: Fedora CI: Run the smoke test on the debug build as well --- diff --git a/tests/tests.yml b/tests/tests.yml index e0d81a8..0db68e6 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -11,6 +11,9 @@ - smoke: dir: python/smoke run: VERSION=3.7 ./venv.sh + - debugsmoke: + dir: python/smoke + run: PYTHON=python3-debug TOX=false VERSION=3.7 ./venv.sh - selftest: dir: python/selftest run: VERSION=3.7 X="-x test_wsgiref" ./parallel.sh