Skip to content

Commit

Permalink
Limit parallelism
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Aug 4, 2023
1 parent 7a75742 commit 05d7279
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
key: ${{ runner.os }}-vcpkg-binary-${{ hashFiles('vcpkg_commit', 'msbuild_version', 'build_msvc/vcpkg.json') }}

- name: Generate project files
run: python build_msvc\msvc-autogen.py
run: py -3 build_msvc\msvc-autogen.py

- name: Build
shell: cmd
Expand All @@ -129,4 +129,4 @@ jobs:
env:
PYTHONUTF8: 1
shell: cmd
run: python test\functional\test_runner.py --ci --combinedlogslen=99999999 --timeout-factor=%TEST_RUNNER_TIMEOUT_FACTOR% --quiet
run: py -3 test\functional\test_runner.py --ci -j 2 --combinedlogslen=99999999 --timeout-factor=%TEST_RUNNER_TIMEOUT_FACTOR% --quiet

0 comments on commit 05d7279

Please sign in to comment.