Skip to content

Commit

Permalink
fix: dependency ordering
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 committed May 8, 2024
1 parent fe62d20 commit d49b2d0
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 @@ -136,7 +136,7 @@ vald/client/version/update: $(VALD_DIR)

.PHONY: test
## Execute test
test: $(TEST_DATASET_PATH) $(LEIN_PATH)
test: $(LEIN_PATH) $(TEST_DATASET_PATH)
./lein test

$(TEST_DATASET_PATH):
Expand Down

0 comments on commit d49b2d0

Please sign in to comment.