Explicitly test that SQLite version 3.31.1 is compatible with sqlite-vec when statically compiling

This commit is contained in:
Alex Garcia 2024-08-05 16:46:35 -07:00
parent 2a8593a755
commit 530a3c95d2
5 changed files with 86 additions and 10 deletions

View file

@ -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