Skip to content

Commit ff5611f

Browse files
committed
Add command to load vector in Android test setup
1 parent 640830b commit ff5611f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ jobs:
8585
cat > commands.sh << EOF
8686
mv -f /data/local/tmp/sqlite3 /system/xbin
8787
cd /data/local/tmp
88+
sqlite3 ":memory:" -cmd ".bail on" ".load ./dist/vector" "SELECT vector_version();"
8889
$(make test PLATFORM=$PLATFORM ARCH=$ARCH -n)
8990
EOF
9091
echo "::endgroup::"

0 commit comments

Comments
 (0)