Skip to content

Commit

Permalink
fix cargo release dry run check
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed May 14, 2024
1 parent 0e3435a commit 8579cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ test: ## Run tests with all features and without default features.
cargo test --all-targets --no-default-features

check-release: ## Check that the release build compiles.
cargo release --workspace --no-push --no-tag --no-publish \
cargo release --workspace --no-push --no-tag \
--exclude ibc-derive \
--exclude ibc-primitives \
--exclude ibc-client-tendermint-cw
Expand Down

0 comments on commit 8579cad

Please sign in to comment.