try test again

This commit is contained in:
2025-11-05 22:09:26 +01:00
parent b129e638f7
commit dfc8bcdd06

View File

@@ -14,8 +14,8 @@ steps:
- apk update - apk update
- apk add --no-cache bash build-base words-en gdb valgrind - apk add --no-cache bash build-base words-en gdb valgrind
- make - make
- valgrind --leak-check=full --show-reachable=yes ./dicepwgen #- valgrind --leak-check=full --show-reachable=yes ./dicepwgen
#- gdb -batch -ex "run" -ex "bt" --args dicepwgen #- gdb -batch -ex "run" -ex "bt" --args dicepwgen
#- ./dicepwgen -y | grep -E '[a-z]*%' - ./dicepwgen -y | grep -E '[a-z]*%'