good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 9703ba2b authored by Anmol Sethi's avatar Anmol Sethi
Browse files

Update image sha256

parent 3cc6b45f
No related branches found
No related tags found
No related merge requests found
...@@ -4,19 +4,19 @@ on: [push] ...@@ -4,19 +4,19 @@ on: [push]
jobs: jobs:
fmt: fmt:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: nhooyr/websocket-ci@sha256:f8b6e53a9fd256bcf6c90029276385b9ec730b76a0d7ccf3ff19084bce210c50 container: nhooyr/websocket-ci@sha256:13f9b8cc2f901e98c253595c4070254ece08543f6e100b4fa6682f87de4388eb
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- run: yarn --frozen-lockfile && yarn fmt - run: yarn --frozen-lockfile && yarn fmt
lint: lint:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: nhooyr/websocket-ci@sha256:f8b6e53a9fd256bcf6c90029276385b9ec730b76a0d7ccf3ff19084bce210c50 container: nhooyr/websocket-ci@sha256:13f9b8cc2f901e98c253595c4070254ece08543f6e100b4fa6682f87de4388eb
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- run: yarn --frozen-lockfile && yarn lint - run: yarn --frozen-lockfile && yarn lint
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: nhooyr/websocket-ci@sha256:f8b6e53a9fd256bcf6c90029276385b9ec730b76a0d7ccf3ff19084bce210c50 container: nhooyr/websocket-ci@sha256:13f9b8cc2f901e98c253595c4070254ece08543f6e100b4fa6682f87de4388eb
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- run: yarn --frozen-lockfile && yarn test - run: yarn --frozen-lockfile && yarn test
......
...@@ -11,7 +11,7 @@ if (require.main === module) { ...@@ -11,7 +11,7 @@ if (require.main === module) {
} }
export async function test(ctx: Promise<unknown>) { export async function test(ctx: Promise<unknown>) {
const args = ["-parallel=1024", "-coverprofile=ci/out/coverage.prof", "-coverpkg=./..."] const args = ["-parallel=32", "-coverprofile=ci/out/coverage.prof", "-coverpkg=./..."]
if (process.env.CI) { if (process.env.CI) {
args.push("-race") args.push("-race")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment