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
11
11
goveralls -coverprofile=ci/out/coverage.prof -service=github-actions
12
12
13
13
gotest :
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 -} ./...
15
15
sed -i ' /_stringer\.go/d' ci/out/coverage.prof
16
16
sed -i ' /wsecho\.go/d' ci/out/coverage.prof
17
17
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) {
1023
1023
t .Run (name , func (t * testing.T ) {
1024
1024
t .Parallel ()
1025
1025
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 )
1034
1027
})
1035
1028
}
1036
1029
You can’t perform that action at this time.
0 commit comments