We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f29ad0 commit 983515fCopy full SHA for 983515f
.github/workflows/ci.yaml
@@ -467,6 +467,8 @@ jobs:
467
with:
468
postgres-version: "13"
469
# Our macOS runners have 8 cores.
470
+ # Even though this parallelism seems high, we've observed relatively low flakiness in the past.
471
+ # See https://github.com/coder/coder/pull/21091#discussion_r2609891540.
472
test-parallelism-packages: "8"
473
test-parallelism-tests: "16"
474
# By default, run tests with cache for improved speed (possibly at the expense of correctness).
0 commit comments