File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -61,11 +61,11 @@ jobs:
61
61
shell : bash
62
62
run : |
63
63
ctest -j32 --preset release
64
- # - name: Launch basic example
65
- # shell: bash
66
- # run: |
67
- # cd ../build
68
- # examples/basic_example/basic_example -e localhost:2136 -d /local -p /local/basic
69
- # examples/bulk_upsert_simple/bulk_upsert_simple -e localhost:2136 -d /local -p /local/bulk
70
- # examples/pagination/pagination -e localhost:2136 -d /local -p /local/pagination
71
- # examples/ttl/ttl -e localhost:2136 -d /local -p /local/ttl
64
+ - name : Launch basic example
65
+ shell : bash
66
+ run : |
67
+ cd ../build
68
+ examples/basic_example/basic_example -e localhost:2136 -d /local -p /local/basic
69
+ examples/bulk_upsert_simple/bulk_upsert_simple -e localhost:2136 -d /local -p /local/bulk
70
+ examples/pagination/pagination -e localhost:2136 -d /local -p /local/pagination
71
+ examples/ttl/ttl -e localhost:2136 -d /local -p /local/ttl
You can’t perform that action at this time.
0 commit comments