Skip to content

Commit 0775b85

Browse files
committed
Do just 1 "parallel" job
1 parent 3968b3b commit 0775b85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ jobs:
875875
make CXX=clcache BUILD_ENV=MSVC -C unit test TAGS="[z3]"
876876
make CXX=clcache BUILD_ENV=MSVC -C jbmc/unit test
877877
- name: Run CBMC regression tests
878-
run: make CXX=clcache BUILD_ENV=MSVC -C regression test-parallel JOBS=${{env.windows-vcpus}}
878+
run: make CXX=clcache BUILD_ENV=MSVC -C regression test-parallel JOBS=1
879879

880880
# This job takes approximately 7 to 32 minutes
881881
windows-msi-package:

0 commit comments

Comments
 (0)