mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 20:28:02 +00:00
check snapshot code with valgrind (#7893)
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
parent
3e3e6107ed
commit
2f8b16936b
1 changed files with 7 additions and 0 deletions
7
.github/workflows/ci_zig.yml
vendored
7
.github/workflows/ci_zig.yml
vendored
|
@ -93,6 +93,13 @@ jobs:
|
|||
exit 1;
|
||||
}
|
||||
|
||||
- name: check snapshots with valgrind (ubuntu)
|
||||
if: startsWith(matrix.os, 'ubuntu')
|
||||
run: |
|
||||
sudo apt install -y valgrind
|
||||
valgrind --version
|
||||
valgrind --leak-check=full --error-exitcode=1 --errors-for-leak-kinds=definite,possible ./zig-out/bin/snapshot
|
||||
|
||||
- name: check if statically linked (ubuntu)
|
||||
if: startsWith(matrix.os, 'ubuntu')
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue