Skip to content

Commit

Permalink
chore(ci): run cargo test
Browse files Browse the repository at this point in the history
  • Loading branch information
WenyXu committed Aug 5, 2024
1 parent 4beb294 commit 2a73d95
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci_integration_parquet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,7 @@ jobs:
- name: Cargo clippy
working-directory: integrations/parquet
run: cargo clippy --all-targets --all-features -- -D warnings

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

0 comments on commit 2a73d95

Please sign in to comment.