Skip to content

Commit

Permalink
Verify object_store with all features (#5024)
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold authored Nov 2, 2023
1 parent ad211fe commit 829708d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion object_store/dev/release/verify-release-candidate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 829708d

Please sign in to comment.