From f34237ebc8fe6514179844eb2e2aad3866e8b73e Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Sat, 8 Feb 2020 17:29:43 +0300 Subject: [PATCH] Run python tests on CI in debug mode This should speed up compilation and enable additional integer overflow checks. --- ci_scripts/run-python-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci_scripts/run-python-test.sh b/ci_scripts/run-python-test.sh index 0d4cde7a9..26b8e38da 100755 --- a/ci_scripts/run-python-test.sh +++ b/ci_scripts/run-python-test.sh @@ -6,7 +6,7 @@ set -e -x # for core-building and python install step -export DCC_RS_TARGET=release +export DCC_RS_TARGET=debug export DCC_RS_DEV=`pwd` cd python