File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
packages/acceptance-tests/pkg-tests-core/sources/utils Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -217,10 +217,10 @@ jobs:
217
217
218
218
- name : ' Run the integration tests'
219
219
run : |
220
- node ./scripts/run-yarn.js test:integration --runInBand
220
+ node ./scripts/run-yarn.js test:integration --maxWorkers=100%
221
221
shell : bash
222
222
223
223
- name : ' Run the unit tests'
224
224
run : |
225
- node ./scripts/run-yarn.js test:unit
225
+ node ./scripts/run-yarn.js test:unit --maxWorkers=100%
226
226
shell : bash
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ const mte = generatePkgDriver({
49
49
[ `YARN_ENABLE_TIMERS` ] : `false` ,
50
50
[ `YARN_ENABLE_PROGRESS_BARS` ] : `false` ,
51
51
// Otherwise the output wouldn't be the same on CI vs non-CI
52
- [ `YARN_ENABLE_INLINE_BUILDS` ] : `false ` ,
52
+ [ `YARN_ENABLE_INLINE_BUILDS` ] : `true ` ,
53
53
[ `YARN_PREFER_AGGREGATE_CACHE_INFO` ] : `false` ,
54
54
// Otherwise we would more often test the fallback rather than the real logic
55
55
[ `YARN_PNP_FALLBACK_MODE` ] : `none` ,
You can’t perform that action at this time.
0 commit comments