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

Commit 1bd8672

Browse files
increase cores number
1 parent b07acdb commit 1bd8672

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/run_tests.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,13 @@ jobs:
5454
- name: Build and run tests
5555
env:
5656
NIX_CONFIG: |
57-
cores = 4
58-
max-jobs = 2
57+
cores = 8
58+
max-jobs = 4
5959
run: |
6060
nix build -L .?submodules=1#checks.x86_64-linux.default
6161
results_dir="./results"
6262
mkdir -p "$results_dir"
6363
cp -r ./result/* "$results_dir/all-checks"
64-
ls -l -a
65-
ls -l -a "$results_dir/all-checks/"
6664
rm -rf result
6765
- name: Publish Test Results
6866
uses: EnricoMi/publish-unit-test-result-action/linux@v2

0 commit comments

Comments
 (0)