mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-10 07:02:44 +02:00
multi: run all test instances in parallel
This commit is contained in:
@@ -8,6 +8,8 @@ import (
|
||||
)
|
||||
|
||||
func TestOpenWithCreate(t *testing.T) {
|
||||
t.Parallel()
|
||||
|
||||
// First, create a temporary directory to be used for the duration of
|
||||
// this test.
|
||||
tempDirName, err := ioutil.TempDir("", "channeldb")
|
||||
|
Reference in New Issue
Block a user