We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4332877 commit 2cec350Copy full SHA for 2cec350
dev/release/verify-release-candidate.sh
@@ -129,8 +129,10 @@ test_source_distribution() {
129
exit 1
130
fi
131
132
+ # Can't test using dry-run because sqlparser depends on sqlparser_derive
133
+ # see https://github.com/crate-ci/cargo-release/issues/691#issuecomment-2059866021
134
# Check that publish works
- cargo publish --dry-run
135
+ # cargo publish --dry-run
136
}
137
138
TEST_SUCCESS=no
0 commit comments