mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-03 02:02:17 +02:00
multi: run all test instances in parallel
This commit is contained in:
@@ -12,6 +12,8 @@ import (
|
||||
// TestHeapOrdering ensures that the items inserted into the heap are properly
|
||||
// retrieved in minimum order of distance.
|
||||
func TestHeapOrdering(t *testing.T) {
|
||||
t.Parallel()
|
||||
|
||||
// First, create a blank heap, we'll use this to push on randomly
|
||||
// generated items.
|
||||
var nodeHeap distanceHeap
|
||||
|
Reference in New Issue
Block a user