Skip to content

Commit 49d51c5

Browse files
operagxsashamergify[bot]
authored andcommitted
fix: correct .PHONY target for test_deadlock (#2882)
Fix incorrect .PHONY target for test_deadlock was test_race <!-- devin-review-badge-begin --> --- <a href="https://app.devin.ai/review/celestiaorg/celestia-core/pull/2882" target="_blank"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://static.devin.ai/assets/gh-open-in-devin-review-dark.svg?v=1"> <img src="https://static.devin.ai/assets/gh-open-in-devin-review-light.svg?v=1" alt="Open with Devin"> </picture> </a> <!-- devin-review-badge-end --> (cherry picked from commit 39b806b) # Conflicts: # tests.mk
1 parent 262ba39 commit 49d51c5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tests.mk

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,10 @@ test_race:
8383
#? test_deadlock: Run go tests with deadlock detector
8484
test_deadlock:
8585
@echo "--> Running go test --deadlock"
86+
<<<<<<< HEAD
8687
@go test -p 1 -v $(PACKAGES) -tags deadlock
8788
.PHONY: test_race
89+
=======
90+
@go test -p 1 -v $(PACKAGES) -tags deadlock
91+
.PHONY: test_deadlock
92+
>>>>>>> 39b806b5 (fix: correct .PHONY target for test_deadlock (#2882))

0 commit comments

Comments
 (0)