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)
guseggert committed
Sep 10, 2021 at 07:40 UTC
ce64237f262c3fdc86ff86e05b458d76dd3a564c
1 file changed
+1
-1
.circleci/main.yml
+1
-1
@@ -104,7 +104,7 @@ jobs:
104
- *restore_gomod
105
106
- run: |
107
- make -j << pipeline.parameters.make_jobs >> test/unit/gotest.junit.xml \
107
+ make -j 1 test/unit/gotest.junit.xml \
108
&& [[ ! $(jq -s -c 'map(select(.Action == "fail")) | .[]' test/unit/gotest.json) ]]
109
- run:
110
when: always