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 ef0428af40)
This commit is contained in:
guseggert 2021-09-10 07:40:19 -04:00 committed by Adin Schmahmann
parent a49ff327dc
commit ce64237f26

View File

@ -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