Compare commits

..

1 commit

Author SHA1 Message Date
c49a1cc514 Added cmd arg handling to set log level
Some checks failed
PR Check / on-push-commit-check (push) Has been cancelled
2024-12-23 13:58:06 +00:00

View file

@ -144,7 +144,7 @@ jobs:
continue-on-error: true
run: |
cd ${{ github.workspace }}/build_gcc
./larra_xmpp_tests --log_level=0
./larra_xmpp_tests --MAX_LOG_LEVEL=0
- name: Clang build (only configuring)
id: clang_build