File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,19 +4,19 @@ on: [push]
4
4
jobs :
5
5
fmt :
6
6
runs-on : ubuntu-latest
7
- container : nhooyr/websocket-ci@sha256:f8b6e53a9fd256bcf6c90029276385b9ec730b76a0d7ccf3ff19084bce210c50
7
+ container : nhooyr/websocket-ci@sha256:13f9b8cc2f901e98c253595c4070254ece08543f6e100b4fa6682f87de4388eb
8
8
steps :
9
9
- uses : actions/checkout@v1
10
10
- run : yarn --frozen-lockfile && yarn fmt
11
11
lint :
12
12
runs-on : ubuntu-latest
13
- container : nhooyr/websocket-ci@sha256:f8b6e53a9fd256bcf6c90029276385b9ec730b76a0d7ccf3ff19084bce210c50
13
+ container : nhooyr/websocket-ci@sha256:13f9b8cc2f901e98c253595c4070254ece08543f6e100b4fa6682f87de4388eb
14
14
steps :
15
15
- uses : actions/checkout@v1
16
16
- run : yarn --frozen-lockfile && yarn lint
17
17
test :
18
18
runs-on : ubuntu-latest
19
- container : nhooyr/websocket-ci@sha256:f8b6e53a9fd256bcf6c90029276385b9ec730b76a0d7ccf3ff19084bce210c50
19
+ container : nhooyr/websocket-ci@sha256:13f9b8cc2f901e98c253595c4070254ece08543f6e100b4fa6682f87de4388eb
20
20
steps :
21
21
- uses : actions/checkout@v1
22
22
- run : yarn --frozen-lockfile && yarn test
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ if (require.main === module) {
11
11
}
12
12
13
13
export async function test ( ctx : Promise < unknown > ) {
14
- const args = [ "-parallel=1024 " , "-coverprofile=ci/out/coverage.prof" , "-coverpkg=./..." ]
14
+ const args = [ "-parallel=32 " , "-coverprofile=ci/out/coverage.prof" , "-coverpkg=./..." ]
15
15
16
16
if ( process . env . CI ) {
17
17
args . push ( "-race" )
You can’t perform that action at this time.
0 commit comments