This is an automated email from the ASF dual-hosted git repository.

tustvold pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/master by this push:
     new 829708d491 Verify object_store with all features (#5024)
829708d491 is described below

commit 829708d4911bc0798ca2a388cd7df20478a4cc08
Author: Raphael Taylor-Davies <[email protected]>
AuthorDate: Thu Nov 2 11:37:19 2023 +0000

    Verify object_store with all features (#5024)
---
 object_store/dev/release/verify-release-candidate.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/object_store/dev/release/verify-release-candidate.sh 
b/object_store/dev/release/verify-release-candidate.sh
index 06a5d8bcb8..b24bd8fbb7 100755
--- a/object_store/dev/release/verify-release-candidate.sh
+++ b/object_store/dev/release/verify-release-candidate.sh
@@ -103,7 +103,7 @@ test_source_distribution() {
 
   # build and test rust
   cargo build
-  cargo test --all
+  cargo test --all --all-features
 
   # verify that the crate can be published to crates.io
   cargo publish --dry-run

Reply via email to