Skip to content

Commit

Permalink
Fix cargo checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Swoorup committed Sep 30, 2024
1 parent 773ba17 commit 9a13477
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- uses: taiki-e/install-action@nextest
- name: Run
run: |
cargo nextest run
cargo nextest run --all-features
cargo test --doc
coverage:
Expand Down
2 changes: 1 addition & 1 deletion arrow_convert/src/serialize/mod.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//! Implementation and traits for serializing to Arrow.

use arrow::buffer::{Buffer, ScalarBuffer};
use arrow::datatypes::ArrowNativeType;
use arrow::{array::*, datatypes};
use arrow::buffer::{Buffer, ScalarBuffer};
use chrono::{NaiveDate, NaiveDateTime};
use std::sync::Arc;

Expand Down

0 comments on commit 9a13477

Please sign in to comment.