.github: sudo do-what-I-mean

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
Joachim Nilsson 2019-12-16 13:17:13 +01:00
parent 753d6f0cda
commit 0e7c76c3f5

View File

@ -18,7 +18,7 @@ jobs:
- name: Build project ...
run: make
- 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
# uses: muxee/clang-tidy-action@0.0.1-rc1
# - name: SonarCloud Scan