We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b715e98 commit 040d285Copy full SHA for 040d285
1 file changed
Makefile
@@ -7,7 +7,7 @@ test-iceberg-rust:
7
cargo test -p iceberg-rust --lib
8
9
test-datafusion_iceberg:
10
- cargo test -p datafusion_iceberg --tests -j 2
+ cargo test -p datafusion_iceberg --tests -j 2 && cargo clean -p datafusion_iceberg
11
12
test-rest-catalog:
13
cargo test -p iceberg-rest-catalog --lib && cargo clean -p iceberg-rest-catalog
0 commit comments