We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eca6115 commit be3252bCopy full SHA for be3252b
.github/workflows/ci.yaml
@@ -480,7 +480,7 @@ jobs:
480
# you set COMPOSE_PARALLEL_LIMIT or use --parallel 1. That fails b/c
481
# the qsim-base image is not available to the other two build jobs.
482
docker compose build qsim-base-image
483
- docker compose build qsim-cxx-tests-image qsim-py-tests-image
+ docker compose build --parallel qsim-cxx-tests-image qsim-py-tests-image
484
485
- name: Run C++ tests
486
run: docker run --rm qsim-cxx-tests:latest
0 commit comments