Prepare v0.2.2 release

This commit is contained in:
andrew 2026-04-14 20:13:00 +03:00
parent f2ebdb3d8d
commit 33bdab1fcb
7 changed files with 103 additions and 59 deletions

View file

@ -211,7 +211,7 @@ jobs:
--bucket "${OMNIGRAPH_S3_TEST_BUCKET}" >/dev/null 2>&1 || true
- name: Run RustFS storage tests
run: cargo test --locked -p omnigraph --test s3_storage -- --nocapture
run: cargo test --locked -p omnigraph-engine --test s3_storage -- --nocapture
- name: Run RustFS server smoke
run: cargo test --locked -p omnigraph-server --test server server_opens_s3_repo_directly_and_serves_snapshot_and_read -- --nocapture