File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,19 +4,19 @@ on: [push]
44jobs :
55 fmt :
66 runs-on : ubuntu-latest
7- container : nhooyr/websocket-ci@sha256:f8b6e53a9fd256bcf6c90029276385b9ec730b76a0d7ccf3ff19084bce210c50
7+ container : nhooyr/websocket-ci@sha256:13f9b8cc2f901e98c253595c4070254ece08543f6e100b4fa6682f87de4388eb
88 steps :
99 - uses : actions/checkout@v1
1010 - run : yarn --frozen-lockfile && yarn fmt
1111 lint :
1212 runs-on : ubuntu-latest
13- container : nhooyr/websocket-ci@sha256:f8b6e53a9fd256bcf6c90029276385b9ec730b76a0d7ccf3ff19084bce210c50
13+ container : nhooyr/websocket-ci@sha256:13f9b8cc2f901e98c253595c4070254ece08543f6e100b4fa6682f87de4388eb
1414 steps :
1515 - uses : actions/checkout@v1
1616 - run : yarn --frozen-lockfile && yarn lint
1717 test :
1818 runs-on : ubuntu-latest
19- container : nhooyr/websocket-ci@sha256:f8b6e53a9fd256bcf6c90029276385b9ec730b76a0d7ccf3ff19084bce210c50
19+ container : nhooyr/websocket-ci@sha256:13f9b8cc2f901e98c253595c4070254ece08543f6e100b4fa6682f87de4388eb
2020 steps :
2121 - uses : actions/checkout@v1
2222 - run : yarn --frozen-lockfile && yarn test
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ if (require.main === module) {
1111}
1212
1313export 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=./..." ]
1515
1616 if ( process . env . CI ) {
1717 args . push ( "-race" )
You can’t perform that action at this time.
0 commit comments