1
0
mirror of https://github.com/tensorchord/pgvecto.rs.git synced 2025-09-13 21:21:48 +03:00
Files
pgvecto.rs/tests/README.md
Mingzhuo Yin 34bca2a408 test: add e2e test (#91)
* 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>
2023-10-15 19:48:28 -07:00

13 lines
378 B
Markdown

## Tests for pgvecto.rs
We use [sqllogictest-rs](https://github.com/risinglightdb/sqllogictest-rs) to test the SQL queries.
To run all tests, use the following command:
```shell
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:
```shell
psql -f ./tests/init.sql
```