.github: sudo do-what-I-mean
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
parent
753d6f0cda
commit
0e7c76c3f5
2
.github/workflows/ccpp.yml
vendored
2
.github/workflows/ccpp.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
- name: Build project ...
|
- name: Build project ...
|
||||||
run: make
|
run: make
|
||||||
- name: Run project unit tests ...
|
- name: Run project unit tests ...
|
||||||
run: make check || (cat test/test-suite.log; cat test/start.log; cat test/remote.log; false)
|
run: sudo make check || (cat cat test/start.log; cat test/remote.log; false)
|
||||||
# - name: clang-tidy check
|
# - name: clang-tidy check
|
||||||
# uses: muxee/clang-tidy-action@0.0.1-rc1
|
# uses: muxee/clang-tidy-action@0.0.1-rc1
|
||||||
# - name: SonarCloud Scan
|
# - name: SonarCloud Scan
|
||||||
|
Loading…
Reference in New Issue
Block a user