Skip to content

Commit 4c23aaf

Browse files
committed
Don't build and test in release Make target
1 parent 7d2ac30 commit 4c23aaf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

etc/release.Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ bump-version: $(BUMP_VERSION_SENTINEL)
2828
$(BUMP_VERSION_SENTINEL):
2929
@echo Bumping version in Cargo.toml
3030
sed -i -E "s,^version = \"$$DELTA_OLD_VERSION\",version = \"$$DELTA_NEW_VERSION\",g" Cargo.toml
31-
make build
32-
make test
3331
git add Cargo.toml Cargo.lock
3432
git commit -m "Bump version" || true
3533
touch $(BUMP_VERSION_SENTINEL)

0 commit comments

Comments
 (0)