Skip to content

Commit 92f97fc

Browse files
committed
Test examples
1 parent 82e6b23 commit 92f97fc

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/build.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,20 @@ jobs:
1818
- run: cmake -S . -B build
1919
- run: cmake --build build
2020
- run: build/test
21+
22+
- run: |
23+
cd examples/openai
24+
cmake -S . -B build
25+
cmake --build build
26+
27+
- run: |
28+
cd examples/cohere
29+
cmake -S . -B build
30+
cmake --build build
31+
32+
- run: |
33+
cd examples/loading
34+
createdb pgvector_example
35+
cmake -S . -B build
36+
cmake --build build
37+
build/example

0 commit comments

Comments
 (0)