From bb663e5153868546a3f44add8fe190bb700cd12e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 14 Oct 2019 23:11:42 +0200 Subject: [PATCH] Fedora CI: Run the smoke test on the debug build as well --- tests/tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/tests.yml b/tests/tests.yml index f596019..1df72bc 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -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