We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 591e717 commit 2eee071Copy full SHA for 2eee071
.github/workflows/main.yml
@@ -85,7 +85,6 @@ jobs:
85
cat > commands.sh << EOF
86
mv -f /data/local/tmp/sqlite3 /system/xbin
87
cd /data/local/tmp
88
- sqlite3 ":memory:" -cmd ".bail on" ".load ./dist/vector" "SELECT vector_version();"
89
$(make test PLATFORM=$PLATFORM ARCH=$ARCH -n)
90
EOF
91
echo "::endgroup::"
0 commit comments