mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-06 17:47:01 +02:00
multi: run all test instances in parallel
This commit is contained in:
@@ -10,6 +10,8 @@ import (
|
||||
// TestShaChainProducerRestore checks the ability of shachain producer to be
|
||||
// properly recreated from binary representation.
|
||||
func TestShaChainProducerRestore(t *testing.T) {
|
||||
t.Parallel()
|
||||
|
||||
var err error
|
||||
|
||||
seed := chainhash.DoubleHashH([]byte("shachaintest"))
|
||||
|
Reference in New Issue
Block a user