0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2024-12-16 21:56:37 -05:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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