Skip to content

Commit 00f49f3

Browse files
committed
Merge branch 'main' into peerlog
2 parents bf2f59f + a7d6f4b commit 00f49f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/coder.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
run:
160160
DB=true gotestsum --jsonfile="gotests.json" --packages="./..." --
161161
-covermode=atomic -coverprofile="gotests.coverage" -timeout=3m
162-
-count=1 -race -parallel=2
162+
-count=1 -race -parallel=1
163163

164164
- uses: codecov/codecov-action@v2
165165
with:

peer/conn_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ func TestConn(t *testing.T) {
248248

249249
func createPair(t *testing.T) (client *peer.Conn, server *peer.Conn, wan *vnet.Router) {
250250
loggingFactory := logging.NewDefaultLoggerFactory()
251-
loggingFactory.DefaultLogLevel = logging.LogLevelDisabled
251+
loggingFactory.DefaultLogLevel = logging.LogLevelDebug
252252
vnetMutex.Lock()
253253
defer vnetMutex.Unlock()
254254
wan, err := vnet.NewRouter(&vnet.RouterConfig{

0 commit comments

Comments
 (0)