Skip to content

Commit 040d285

Browse files
committed
clean datafusion_iceberg after test
1 parent b715e98 commit 040d285

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ test-iceberg-rust:
77
cargo test -p iceberg-rust --lib
88

99
test-datafusion_iceberg:
10-
cargo test -p datafusion_iceberg --tests -j 2
10+
cargo test -p datafusion_iceberg --tests -j 2 && cargo clean -p datafusion_iceberg
1111

1212
test-rest-catalog:
1313
cargo test -p iceberg-rest-catalog --lib && cargo clean -p iceberg-rest-catalog

0 commit comments

Comments
 (0)