Skip to content

Commit

Permalink
Enable debugging via Qt's logging rules
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Oct 5, 2024
1 parent 48defe8 commit e15a9e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ jobs:
find "$RUNNER_TEMP" -name 'Info.plist'
find "$RUNNER_TEMP" -name 'Info.plist' -execdir cat '{}' \;
"$RUNNER_TEMP/src/cli/dokit.app/Contents/MacOS/dokit" --version
export QT_LOGGING_RULES='*.debug=true' # \todo Remove post debugging.
"$RUNNER_TEMP/test/unit/lib/testPokitDevice" -v2 -vs # \todo Remove post debugging.
"$RUNNER_TEMP/test/unit/cli/testAbstractCommand" -v2 -vs # \todo Remove post debugging.
- name: Test
Expand Down

0 comments on commit e15a9e9

Please sign in to comment.