Skip to content

Commit b715e98

Browse files
committed
clean packages after test
1 parent 3936c87 commit b715e98

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

Makefile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,12 @@ test-datafusion_iceberg:
1010
cargo test -p datafusion_iceberg --tests -j 2
1111

1212
test-rest-catalog:
13-
cargo test -p iceberg-rest-catalog --lib
13+
cargo test -p iceberg-rest-catalog --lib && cargo clean -p iceberg-rest-catalog
1414

1515
test-file-catalog:
16-
cargo test -p iceberg-file-catalog --lib
16+
cargo test -p iceberg-file-catalog --lib && cargo clean -p iceberg-file-catalog
1717

1818
test-sql-catalog:
19-
cargo test -p iceberg-sql-catalog --lib
20-
19+
cargo test -p iceberg-sql-catalog --lib && cargo clean -p iceberg-sql-catalog
2120
clippy:
2221
cargo clippy --all-targets --all-features -- -D warnings

0 commit comments

Comments
 (0)