Skip to content

Commit 23e57d1

Browse files
authored
fix: add missing space (#183)
1 parent 06603c4 commit 23e57d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adbc_drivers_dev/templates/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ jobs:
565565
source .env.release
566566
fi
567567
set +a
568-
pixi run adbc-make check CI=true VERBOSE=true DRIVER=<{driver}> IMPL_LANG=<{lang}> <{' '.join(lang_config.build.additional_make_args) }><% if release %>RELEASE=true<% endif %>
568+
pixi run adbc-make check CI=true VERBOSE=true DRIVER=<{driver}> IMPL_LANG=<{lang}> <{' '.join(lang_config.build.additional_make_args) }><% if release %> RELEASE=true<% endif %>
569569
570570
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
571571
with:

0 commit comments

Comments
 (0)