Skip to content

Commit fc89235

Browse files
committed
Makefile: test-local
1 parent 313a748 commit fc89235

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ lint:
1111
test:
1212
@echo 'nothing' > /dev/null
1313

14+
test-local:
15+
@$(BIN)/zuul --local 3000 -- tests.js
16+
1417
test-cloud:
1518
@$(BIN)/zuul -- tests.js
1619

0 commit comments

Comments
 (0)