You've already forked pgvecto.rs
mirror of
https://github.com/tensorchord/pgvecto.rs.git
synced 2025-07-30 19:23:05 +03:00
* test: add e2e test Signed-off-by: silver-ymz <yinmingzhuo@gmail.com> * add github action Signed-off-by: silver-ymz <yinmingzhuo@gmail.com> --------- Signed-off-by: silver-ymz <yinmingzhuo@gmail.com>
378 B
378 B
Tests for pgvecto.rs
We use sqllogictest-rs to test the SQL queries.
To run all tests, use the following command:
sqllogictest './tests/**/*.slt'
Each time you modify the source code, you can run the following command to clean up the test data and reload the extension:
psql -f ./tests/init.sql