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 bb56ce8 commit d125b6bCopy full SHA for d125b6b
1 file changed
justfile
@@ -151,7 +151,7 @@ test-adbc-docker arch="amd64,arm64":
151
#!/usr/bin/env bash
152
set -e
153
echo "TESTING ADBC DuckDB via Docker ({{arch}})"
154
- bash cmd/sling/tests/pipelines/adbc/duckdb/run_docker_test.sh "{{arch}}"
+ bash tests/pipelines/adbc/duckdb/run_docker_test.sh "{{arch}}"
155
156
# Clean build artifacts
157
clean:
0 commit comments