Skip to content

Commit

Permalink
Always show Valgrind logs in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Morwenn committed Dec 19, 2023
1 parent 6f2c6e2 commit 998b713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-ubuntu.yml
Expand Up @@ -84,4 +84,4 @@ jobs:
- name: Show Valgrind logs
if: ${{failure() && matrix.config.valgrind == 'ON'}}
working-directory: ${{runner.workspace}}/build
run: find ./Testing/Temporary -name "MemoryChecker.*.log" -size +1300c | xargs cat
run: find ./Testing/Temporary -name "MemoryChecker.*.log" -size | xargs cat

0 comments on commit 998b713

Please sign in to comment.