Skip to content

Commit 77ec84a

Browse files
committed
Parallelize deno task test-all
1 parent 7233bb0 commit 77ec84a

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

fedify/deno.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,12 @@
132132
"pnpm:build"
133133
]
134134
},
135-
"test:cfworkers": "pnpm run test:cfworkers",
135+
"test:cfworkers": {
136+
"command": "pnpm exec wrangler deploy --dry-run --outdir cfworkers && node --import=tsx cfworkers/client.ts",
137+
"dependencies": [
138+
"pnpm:build"
139+
]
140+
},
136141
"test-all": {
137142
"dependencies": [
138143
"check",

0 commit comments

Comments
 (0)