Skip to content

Commit

Permalink
debug 02
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Aug 15, 2023
1 parent 0309b7e commit d162f0c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@ jobs:
# Use the bash shell included with Git for Windows.
shell: bash
run: |
file build/src/RelWithDebInfo/*tests* || true
file build/src/RelWithDebInfo/bench* || true
file build/src/RelWithDebInfo/*tests.exe || true
file build/src/RelWithDebInfo/bench*.exe || true
echo --------------------------------------------------------------------------
ls -la build/src/RelWithDebInfo
# - name: Check
# run: |
Expand Down

0 comments on commit d162f0c

Please sign in to comment.