From ce64237f262c3fdc86ff86e05b458d76dd3a564c Mon Sep 17 00:00:00 2001 From: guseggert <877588+guseggert@users.noreply.github.com> Date: Fri, 10 Sep 2021 07:40:19 -0400 Subject: [PATCH] ci: drop unit tests make jobs back to 1 This was accidentally bumped up, but it doesn't need to be and slows things down rather than helps. (cherry picked from commit ef0428af407410d7f7e98ec0b3e57afd8c828031) --- .circleci/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/main.yml b/.circleci/main.yml index d98c1260a..f91814ee9 100644 --- a/.circleci/main.yml +++ b/.circleci/main.yml @@ -104,7 +104,7 @@ jobs: - *restore_gomod - run: | - make -j << pipeline.parameters.make_jobs >> test/unit/gotest.junit.xml \ + make -j 1 test/unit/gotest.junit.xml \ && [[ ! $(jq -s -c 'map(select(.Action == "fail")) | .[]' test/unit/gotest.json) ]] - run: when: always