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:
parent
f3bb68ae15
commit
f34af3cb3f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue