fix: Makefile 'run' target should not depend on running tests (#1969)

Signed-off-by: Alexei Dodon <adodon@cisco.com>
This commit is contained in:
Alexei Dodon
2023-10-27 20:40:12 +03:00
committed by GitHub
parent f3bb68ae15
commit f34af3cb3f
+1 -1
View File
@@ -308,7 +308,7 @@ clean:
rm -rf pkg/extensions/build
.PHONY: run
run: binary test
run: binary
./bin/zot-$(OS)-$(ARCH) serve examples/config-test.json
.PHONY: verify-config