We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e980c4 commit a3d7f05Copy full SHA for a3d7f05
.github/workflows/ci.yaml
@@ -59,11 +59,11 @@ jobs:
59
- name: Configure
60
run: ./configure --enable-debugbuild --enable-rust
61
- name: Check source
62
- run: make -j 4 check-source BASE_REF="origin/${{ github.base_ref }}"
+ run: make check-source BASE_REF="origin/${{ github.base_ref }}"
63
- name: Check Generated Files have been updated
64
- run: make -j 4 check-gen-updated
+ run: make check-gen-updated
65
- name: Check docs
66
- run: make -j 4 check-doc
+ run: make check-doc
67
68
compile:
69
name: Compile CLN ${{ matrix.cfg }}
0 commit comments