Skip to content

Commit 8f25712

Browse files
Bump the version of miniflare to 3.20230801.0 (#3693)
* Bump the version of miniflare to 3.20230801.0 * ci: do not run tests in parallel to avoid CI flakes It seems that on Linux running tests in parallel can result in workerd segmentation faults. Possibly due to port conflicts?? This change will run all the tests serially, which slows down the jobs but makes them more reliable. --------- Co-authored-by: Peter Bacon Darwin <[email protected]>
1 parent 6de3c5e commit 8f25712

File tree

6 files changed

+610
-225
lines changed

6 files changed

+610
-225
lines changed

.changeset/orange-donkeys-report.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"wrangler": patch
3+
---
4+
5+
Bump the version of miniflare to 3.20230801.0

fixtures/pages-ws-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"devDependencies": {
1818
"@cloudflare/workers-tsconfig": "*",
19-
"miniflare": "3.20230724.0",
19+
"miniflare": "3.20230801.0",
2020
"wrangler": "*",
2121
"ws": "^8.8.0"
2222
},

0 commit comments

Comments
 (0)