Skip to content

Commit

Permalink
Bump test parallelization in CI to 4
Browse files Browse the repository at this point in the history
Github now runs 4-core VMs by default.
  • Loading branch information
elprans committed Jan 25, 2024
1 parent 9896c36 commit fb091e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows.src/tests.tpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
run: |
mkdir -p .results/
cp .tmp/time_stats.csv .results/shard_${SHARD/\//_}.csv
edb test -j2 -v -s ${SHARD} --running-times-log=.results/shard_${SHARD/\//_}.csv
edb test -j4 -v -s ${SHARD} --running-times-log=.results/shard_${SHARD/\//_}.csv
- name: Upload test results
uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ jobs:
run: |
mkdir -p .results/
cp .tmp/time_stats.csv .results/shard_${SHARD/\//_}.csv
edb test -j2 -v -s ${SHARD} --running-times-log=.results/shard_${SHARD/\//_}.csv
edb test -j4 -v -s ${SHARD} --running-times-log=.results/shard_${SHARD/\//_}.csv
- name: Upload test results
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit fb091e6

Please sign in to comment.