Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 4668467

Browse files
chore: 🤖 check with 100% max workers
1 parent e51105f commit 4668467

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
env:
3131
CI: true
3232
steps:
33+
- name: Show available CPU cores
34+
run: |
35+
echo "CPU cores: $(nproc)"
3336
- uses: actions/checkout@v4
3437
- uses: actions/setup-node@v4
3538
with:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"scripts": {
1010
"test": "yarn test:setup && yarn test:run && yarn test:teardown",
1111
"test:setup": "./scripts/setup.sh",
12-
"test:run": "jest --maxWorkers=8",
12+
"test:run": "jest --maxWorkers=100%",
1313
"test:teardown": "./scripts/teardown.sh",
1414
"prebuild": "rimraf dist",
1515
"postinstall": "rimraf node_modules/@polymeshassociation/polymesh-sdk/node_modules/@polkadot/{util-crypto,wasm-crypto,util,wasm-bridge} && rimraf node_modules/@polymeshassociation/{hashicorp-vault-signing-manager,local-signing-manager}/node_modules/@polkadot/{util,util-crypto,wasm-bridge,was-crypto}",

0 commit comments

Comments
 (0)