Skip to content

Commit

Permalink
Determine which combinations are actually hanging
Browse files Browse the repository at this point in the history
So we can simply exclude them for now, subject to further testing
on local hardware.
  • Loading branch information
pcolby committed Oct 5, 2024
1 parent e15a9e9 commit 2887b8f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -241,11 +241,9 @@ 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
run: ctest --output-on-failure --test-dir "$RUNNER_TEMP" --verbose --debug
timeout-minutes: 1
- name: Collate test coverage
if: matrix.env.coverage
run: cmake --build "$RUNNER_TEMP" --target coverage
Expand Down

0 comments on commit 2887b8f

Please sign in to comment.