Skip to content

Commit be3252b

Browse files
committed
Try to add some parallelism to the docker-tests job
1 parent eca6115 commit be3252b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ jobs:
480480
# you set COMPOSE_PARALLEL_LIMIT or use --parallel 1. That fails b/c
481481
# the qsim-base image is not available to the other two build jobs.
482482
docker compose build qsim-base-image
483-
docker compose build qsim-cxx-tests-image qsim-py-tests-image
483+
docker compose build --parallel qsim-cxx-tests-image qsim-py-tests-image
484484
485485
- name: Run C++ tests
486486
run: docker run --rm qsim-cxx-tests:latest

0 commit comments

Comments
 (0)