feat: typo in build-tests.sh

db/fix-windows-test-build
devanbenz 2025-03-04 10:26:59 -06:00
parent 434e16da8d
commit aa24314239
1 changed files with 1 additions and 3 deletions

View File

@ -34,9 +34,7 @@ function build_windows () {
CGO_ENABLED=1 PKG_CONFIG=$(which pkg-config) go-test-compile \
-tags sqlite_foreign_keys,sqlite_json,timetzdata \
-ldext "${CC}" \
-o "${1}/"
./...
-ldext "${CC}" -o "${1}/" ./...
}
function build_test_tools () {