Skip to content

Commit

Permalink
chore: include object_store tests in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgehermo9 committed Nov 1, 2024
1 parent b9e06bf commit af0712d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci_integration_object_store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,7 @@ jobs:
- name: Cargo clippy
working-directory: integrations/object_store
run: cargo clippy --all-targets --all-features -- -D warnings

- name: Cargo test
working-directory: integrations/object_store
run: cargo test

0 comments on commit af0712d

Please sign in to comment.