Skip to content

Commit

Permalink
ci: drop unit tests make jobs back to 1
Browse files Browse the repository at this point in the history
This was accidentally bumped up, but it doesn't need to be and slows
things down rather than helps.
  • Loading branch information
guseggert committed Sep 10, 2021
1 parent b2c3959 commit ef0428a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef0428a

Please sign in to comment.