Skip to content

Commit 0e2a6c8

Browse files
shramovmkleehammer
authored andcommitted
Enable assertions for test builds
By default on Linux assertions are disabled
1 parent 2e6b38e commit 0e2a6c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ubuntu_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
echo "*** current python version"
187187
python -VV
188188
echo "*** pip install pyodbc"
189-
python -m pip install .
189+
CPPFLAGS=-UNDEBUG python -m pip install --verbose .
190190
echo "*** pyodbc version"
191191
python -c "import pyodbc; print(pyodbc.version)"
192192
echo "*** pyodbc drivers"

0 commit comments

Comments
 (0)