Use default memory database for SOCI tests in the CI

There doesn't seem to be any reason to override the default and doing
this disables FK support which is enabled by default since 2a8abbe4
(Turn foreign keys on by default for SQLite tests, 2025-01-21).
This commit is contained in:
Vadim Zeitlin
2025-01-24 17:35:48 +01:00
parent 699f55d8dc
commit 0998eb587a
-1
View File
@@ -7,7 +7,6 @@ source ${SOCI_SOURCE_DIR}/scripts/ci/common.sh
cmake ${SOCI_DEFAULT_CMAKE_OPTIONS} \
-DSOCI_SQLITE3=ON \
-DSOCI_SQLITE3_TEST_CONNSTR:STRING="soci_test.db" \
..
run_make