Run python tests on CI in debug mode

This should speed up compilation and enable additional integer overflow checks.
This commit is contained in:
Alexander Krotov
2020-02-08 17:29:43 +03:00
committed by Floris Bruynooghe
parent aadeb3b87e
commit f34237ebc8

View File

@@ -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