Skip to content

Commit f34af3c

Browse files
authored
fix: Makefile 'run' target should not depend on running tests (#1969)
Signed-off-by: Alexei Dodon <[email protected]>
1 parent f3bb68a commit f34af3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ clean:
308308
rm -rf pkg/extensions/build
309309

310310
.PHONY: run
311-
run: binary test
311+
run: binary
312312
./bin/zot-$(OS)-$(ARCH) serve examples/config-test.json
313313

314314
.PHONY: verify-config

0 commit comments

Comments
 (0)