Skip to content

Commit

Permalink
Debug the right build
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Oct 12, 2023
1 parent 10b1d6c commit 75ab9dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
cmake --build "$RUNNER_TEMP"
"$RUNNER_TEMP/src/cli/dokit" --version
- name: Test
run: ctest --output-on-failure --test-dir "$RUNNER_TEMP" --verbose --debug
run: ctest --output-on-failure --test-dir "$RUNNER_TEMP" --verbose
- name: Collate test coverage
if: matrix.env.coverage
run: cmake --build "$RUNNER_TEMP" --target coverage
Expand Down Expand Up @@ -305,7 +305,7 @@ jobs:
working-directory: ${{ runner.temp }}
- name: Test # We can't execute arm64 binaries on an x86-64 host.
if: matrix.arch != 'arm64'
run: ctest --output-on-failure --test-dir "%RUNNER_TEMP%" --verbose
run: ctest --output-on-failure --test-dir "%RUNNER_TEMP%" --verbose --debug
- name: Upload test results
if: matrix.arch != 'arm64'
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 75ab9dd

Please sign in to comment.