Skip to content

Commit

Permalink
run tests with avro enabled when verifying a release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed May 20, 2023
1 parent 1cc23b2 commit 16c24d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/release/verify-release-candidate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ test_source_distribution() {
git clone https://github.com/apache/parquet-testing.git parquet-testing

cargo build
cargo test --all
cargo test --all --features=avro

if ( find -iname 'Cargo.toml' | xargs grep SNAPSHOT ); then
echo "Cargo.toml version should not contain SNAPSHOT for releases"
Expand Down

0 comments on commit 16c24d9

Please sign in to comment.