mirror of
https://github.com/chatmail/core.git
synced 2026-04-07 08:02:11 +03:00
Run python tests on CI in debug mode
This should speed up compilation and enable additional integer overflow checks.
This commit is contained in:
committed by
Floris Bruynooghe
parent
aadeb3b87e
commit
f34237ebc8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user