File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -126,10 +126,10 @@ jobs:
126126 run : ./scripts/build-brotli.sh -w -d
127127
128128 - name : Build
129- run : make build test-go-deps -j
129+ run : make build test-go-deps -j8
130130
131131 - name : Build all lint dependencies
132- run : make -j build-node-deps
132+ run : make -j8 build-node-deps
133133
134134 - name : Lint
135135 uses : golangci/golangci-lint-action@v8
Original file line number Diff line number Diff line change 3636 [bold]=origin/main
3737 [arbitrator/langs/c]=origin/vm-storage-cache
3838 [arbitrator/tools/wasmer]=origin/stylus
39- [contracts-local/lib/openzeppelin-contracts]=origin/v4.7.3
39+ [contracts-local/lib/openzeppelin-contracts]=origin/release- v4.7
4040 )
4141 divergent=0
4242 for mod in `git submodule --quiet foreach 'echo $name'`; do
You can’t perform that action at this time.
0 commit comments