mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 08:46:49 +02:00
dbg win
This commit is contained in:
parent
93b3433c54
commit
0bd9fc52b8
1 changed files with 8 additions and 0 deletions
8
.github/workflows/test.yaml
vendored
8
.github/workflows/test.yaml
vendored
|
|
@ -67,6 +67,14 @@ jobs:
|
||||||
- run: mkdir dist
|
- run: mkdir dist
|
||||||
- run: cl.exe /fPIC -shared /W4 /Ivendor/ /O2 /LD sqlite-vec.c -o dist/vec0.dll
|
- run: cl.exe /fPIC -shared /W4 /Ivendor/ /O2 /LD sqlite-vec.c -o dist/vec0.dll
|
||||||
- run: uv sync --directory tests
|
- run: uv sync --directory tests
|
||||||
|
- run: ls tests/ || true
|
||||||
|
shell: bash
|
||||||
|
- run: ls tests/.venv/ || true
|
||||||
|
shell: bash
|
||||||
|
- run: ls .venv/ || true
|
||||||
|
shell: bash
|
||||||
|
- run: ls .venv/bin || tru
|
||||||
|
shell: bash
|
||||||
- run: make test-loadable python=./tests/.venv/bin/python.exe
|
- run: make test-loadable python=./tests/.venv/bin/python.exe
|
||||||
shell: bash
|
shell: bash
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue