File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2020 android : true
2121 dotnet : true
2222 haskell : true
23- large-packages : false
23+ large-packages : true
2424 docker-images : false
2525 swap-storage : false
2626 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -7,16 +7,16 @@ test-iceberg-rust:
77 cargo test -p iceberg-rust --lib
88
99test-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
1212test-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
1515test-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
1818test-sql-catalog :
19- cargo test -p iceberg-sql-catalog --lib
19+ cargo test -p iceberg-sql-catalog --lib && cargo clean -p iceberg-sql-catalog
2020clippy :
2121 cargo clippy --all-targets --all-features -- -D warnings
2222fmt :
You can’t perform that action at this time.
0 commit comments