Skip to content

Commit

Permalink
bet
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdevbear committed Aug 7, 2024
1 parent df6f908 commit 55e03c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ generate:
setup:
@mkdir -p coverage
@echo "Downloading consensus tests... This may take a while due to the large repository size."
@git submodule update --init --recursive --depth=1
@git submodule update --init --recursive --force --depth=1
@echo "Consensus tests download completed."

check_consensus_tests:
Expand All @@ -33,4 +33,4 @@ check_consensus_tests:
fi

# Phony targets
.PHONY: all build test tidy generate setup check_consensus_tests
.PHONY: all build coverage test tidy generate setup check_consensus_tests

0 comments on commit 55e03c6

Please sign in to comment.