diff --git a/.circleci/continue-config.yml b/.circleci/continue-config.yml index def860f0..ba9543d2 100644 --- a/.circleci/continue-config.yml +++ b/.circleci/continue-config.yml @@ -64,7 +64,7 @@ jobs: python3 -m pip install -r requirements-dev.txt - run: name: "build" - command: bazel build //... -c opt --ui_event_filters=-info,-debug,-warning --disk_cache=~/.cache/spu_build_cache + command: bazel build //... -c opt --ui_event_filters=-info,-debug,-warning --disk_cache=~/.cache/spu_build_cache --job=16 - run: name: "test" command: |