Skip to content

Commit

Permalink
feat: typo in build-tests.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
devanbenz committed Mar 4, 2025
1 parent 434e16d commit aa24314
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/ci/build-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {
Expand Down

0 comments on commit aa24314

Please sign in to comment.