You've already forked pgvecto.rs
mirror of
https://github.com/tensorchord/pgvecto.rs.git
synced 2025-08-01 06:46:52 +03:00
5 lines
70 B
Bash
Executable File
5 lines
70 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
sqllogictest -d $USER $(dirname $0)/*.slt
|