Skip to content

Commit

Permalink
add memory leak check test
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobBarthelmeh committed Nov 15, 2024
1 parent 6e70a07 commit d49f3fd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/sshd-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,9 @@ jobs:
run: |
git log -3
sudo ./run_all_sshd_tests.sh
- name: Test memory after close down
working-directory: ./wolfssh/
run: |
touch sshd_config.txt
sudo timeout -s 2 5 valgrind ./apps/wolfsshd/wolfsshd -D -f sshd_config.txt -h ./keys/server-key.pem -d -p 22222

0 comments on commit d49f3fd

Please sign in to comment.