File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ jobs:
159
159
run :
160
160
DB=true gotestsum --jsonfile="gotests.json" --packages="./..." --
161
161
-covermode=atomic -coverprofile="gotests.coverage" -timeout=3m
162
- -count=1 -race -parallel=2
162
+ -count=1 -race -parallel=1
163
163
164
164
- uses : codecov/codecov-action@v2
165
165
with :
Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ func TestConn(t *testing.T) {
248
248
249
249
func createPair (t * testing.T ) (client * peer.Conn , server * peer.Conn , wan * vnet.Router ) {
250
250
loggingFactory := logging .NewDefaultLoggerFactory ()
251
- loggingFactory .DefaultLogLevel = logging .LogLevelDisabled
251
+ loggingFactory .DefaultLogLevel = logging .LogLevelDebug
252
252
vnetMutex .Lock ()
253
253
defer vnetMutex .Unlock ()
254
254
wan , err := vnet .NewRouter (& vnet.RouterConfig {
You can’t perform that action at this time.
0 commit comments