PragmaTwice commented on code in PR #2763:
URL: https://github.com/apache/kvrocks/pull/2763#discussion_r1948334706
##########
.github/workflows/kvrocks.yaml:
##########
@@ -312,7 +312,7 @@ jobs:
cp minica.pem tests/gocase/tls/cert/ca.crt
GOCASE_RUN_ARGS="-tlsEnable"
fi
- ./x.py test go build $GOCASE_RUN_ARGS ${{ matrix.ignore_when_tsan}}
+ ./x.py test go build $GOCASE_RUN_ARGS --parallel 2 ${{
matrix.ignore_when_tsan}}
Review Comment:
I think we can also revert this line.
##########
.github/workflows/kvrocks.yaml:
##########
@@ -554,7 +554,7 @@ jobs:
run: |
export PATH=$PATH:$HOME/local/bin/
GOCASE_RUN_ARGS=""
- ./x.py test go build $GOCASE_RUN_ARGS
+ ./x.py test go build $GOCASE_RUN_ARGS --parallel 2
Review Comment:
ditto
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]