We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3936c87 commit b715e98Copy full SHA for b715e98
1 file changed
Makefile
@@ -10,13 +10,12 @@ test-datafusion_iceberg:
10
cargo test -p datafusion_iceberg --tests -j 2
11
12
test-rest-catalog:
13
- cargo test -p iceberg-rest-catalog --lib
+ cargo test -p iceberg-rest-catalog --lib && cargo clean -p iceberg-rest-catalog
14
15
test-file-catalog:
16
- cargo test -p iceberg-file-catalog --lib
+ cargo test -p iceberg-file-catalog --lib && cargo clean -p iceberg-file-catalog
17
18
test-sql-catalog:
19
- cargo test -p iceberg-sql-catalog --lib
20
-
+ cargo test -p iceberg-sql-catalog --lib && cargo clean -p iceberg-sql-catalog
21
clippy:
22
cargo clippy --all-targets --all-features -- -D warnings
0 commit comments