mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 00:36:56 +02:00
Explicitly test that SQLite version 3.31.1 is compatible with sqlite-vec when statically compiling
This commit is contained in:
parent
2a8593a755
commit
530a3c95d2
5 changed files with 86 additions and 10 deletions
6
.github/workflows/test.yaml
vendored
6
.github/workflows/test.yaml
vendored
|
|
@ -135,3 +135,9 @@ jobs:
|
|||
with:
|
||||
name: sqlite-vec-cosmopolitan
|
||||
path: dist/*
|
||||
test-minimum:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: make test
|
||||
working-directory: tests/test-minimum
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue