Skip to content

Commit

Permalink
fix: Makefile 'run' target should not depend on running tests
Browse files Browse the repository at this point in the history
Signed-off-by: Alexei Dodon <adodon@cisco.com>
  • Loading branch information
adodon2go committed Oct 27, 2023
1 parent d2fbd27 commit 4a44236
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 4a44236

Please sign in to comment.