Compare commits

..

1 commit

Author SHA1 Message Date
88609274ba Added cmd arg handling to set log level
All checks were successful
PR Check / on-push-commit-check (push) Successful in 16m4s
2024-12-23 14:12:53 +00:00

View file

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