Skip to content

Commit d7f5730

Browse files
Remove cargo fmt check from publish since already in test.sh
1 parent e212c9f commit d7f5730

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

publish.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ cargo_publish () {
3434

3535
./test.sh
3636

37-
cargo fmt -- --check
38-
3937
git fetch --tags
4038
git tag -l | sed '/^'"${VERSION}"'$/{q2}' > /dev/null \
4139
|| (echo "${VERSION} already exists"; exit 4)

0 commit comments

Comments
 (0)