Skip to content

Commit

Permalink
fix: Makefile 'run' target should not depend on running tests (#1969)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexei Dodon <adodon@cisco.com>
  • Loading branch information
adodon2go authored Oct 27, 2023
1 parent f3bb68a commit f34af3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f34af3c

Please sign in to comment.