mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-06 10:00:58 -05:00
Wait for operation commit (#436)
* Wait for operation commit * Review: Option with timeout, return execution err to API * Review: Add comment about error forwarding in ???
This commit is contained in:
21
.github/workflows/integration-tests.yml
vendored
21
.github/workflows/integration-tests.yml
vendored
@@ -30,3 +30,24 @@ jobs:
|
||||
run: |
|
||||
./tests/integration-tests.sh
|
||||
shell: bash
|
||||
|
||||
test-consensus:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Install minimal stable
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
profile: minimal
|
||||
toolchain: stable
|
||||
- uses: actions/checkout@v3
|
||||
- uses: Swatinem/rust-cache@v1
|
||||
- name: Install dependencies
|
||||
run: sudo apt-get install clang
|
||||
- name: Build
|
||||
run: cargo build --features consensus
|
||||
- name: Run integration tests
|
||||
run: |
|
||||
./tests/integration-tests.sh
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user