Skip to content

Commit ce74351

Browse files
committed
test
Signed-off-by: Joe Isaacs <[email protected]>
1 parent 72e527a commit ce74351

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@ jobs:
328328
run: |
329329
rustup component add llvm-tools-preview
330330
grcov . --binary-path target/debug/ -s . -t lcov --llvm --ignore-not-existing \
331+
--threads $(nproc) \
331332
--ignore '../*' --ignore '/*' --ignore 'fuzz/*' --ignore 'bench-vortex/*' \
332333
--ignore 'home/*' --ignore 'xtask/*' --ignore 'target/*' --ignore 'vortex-error/*' \
333334
--ignore 'vortex-python/*' --ignore 'vortex-jni/*' --ignore 'vortex-flatbuffers/*' \
@@ -429,11 +430,8 @@ jobs:
429430
with:
430431
sccache: s3
431432
- uses: actions/checkout@v5
432-
- name: Install Visual Studio Build Tools (Windows)
433-
if: matrix.os == 'windows-x64'
434-
shell: bash
435-
run: |
436-
choco install visualstudio2022buildtools --package-parameters "--add Microsoft.VisualStudio.Workload.VCTools --includeRecommended --passive" -y
433+
# VS Build Tools already pre-installed on windows22-full-x64 image
434+
# See: https://github.com/actions/runner-images/blob/main/images/windows/Windows2022-Readme.md
437435
- name: Setup Python (Windows)
438436
if: matrix.os == 'windows-x64'
439437
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)