Skip to content

Commit 84730c1

Browse files
committed
chore(ci): smoke local runtime commands in release gate
1 parent c6e2b66 commit 84730c1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,10 @@ release-gate:
135135
$(MAKE) build
136136
$(RUN_BIN) --help
137137
$(RUN_BIN) version
138+
$(RUN_BIN) start --help
139+
$(RUN_BIN) doctor --help
140+
$(RUN_BIN) status --runtime
141+
$(RUN_BIN) stop --help
138142
$(RUN_BIN) plan --help
139143
$(RUN_BIN) migrate --help
140144
$(MAKE) web-build

0 commit comments

Comments
 (0)