File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ coveralls: gotest
1111 goveralls -coverprofile=ci/out/coverage.prof -service=github-actions
1212
1313gotest :
14- go test -parallel=32 - covermode=count -coverprofile=ci/out/coverage.prof -coverpkg=./... $$ {TESTFLAGS -} ./...
14+ go test -covermode=count -coverprofile=ci/out/coverage.prof -coverpkg=./... $$ {GOTESTFLAGS -} ./...
1515 sed -i ' /_stringer\.go/d' ci/out/coverage.prof
1616 sed -i ' /wsecho\.go/d' ci/out/coverage.prof
1717 sed -i ' /assert\.go/d' ci/out/coverage.prof
Original file line number Diff line number Diff line change @@ -1023,14 +1023,7 @@ func TestAutobahn(t *testing.T) {
10231023 t .Run (name , func (t * testing.T ) {
10241024 t .Parallel ()
10251025
1026- t .Run ("server" , func (t * testing.T ) {
1027- t .Parallel ()
1028- run2 (t , false )
1029- })
1030- t .Run ("client" , func (t * testing.T ) {
1031- t .Parallel ()
1032- run2 (t , true )
1033- })
1026+ run2 (t , true )
10341027 })
10351028 }
10361029
You can’t perform that action at this time.
0 commit comments