Skip to content

Commit

Permalink
fix(ci): Use same ctest command ran locally.
Browse files Browse the repository at this point in the history
  • Loading branch information
na2axl committed Nov 22, 2024
1 parent 4d72901 commit 9f8db37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
- name: Test
if: matrix.build_type == 'debug'
working-directory: ${{ inputs.project-path }}/build/tests
run: ctest -j1 -C debug --output-on-failure
run: ctest --extra-verbose -C debug
env:
AM_SDK_PATH: "${{ steps.sdk_path.outputs.path }}/sdk"
AM_SDK_PLATFORM: ${{ matrix.config.target_triplet }}
Expand Down

0 comments on commit 9f8db37

Please sign in to comment.