mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-28 22:08:01 +08:00
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:
parent
a49ff327dc
commit
ce64237f26
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user