Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dimadem authored Jun 1, 2024
1 parent e8c41f6 commit 7a49e2a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@ jobs:
- name: Build project
run: make
- name: Run Valgrind
run: valgrind --leak-check=full --show-leak-kinds=all ./minishell

run: valgrind --leak-check=full --show-leak-kinds=all --suppressions=.github/workflows/valgrind.supp ./minishell

0 comments on commit 7a49e2a

Please sign in to comment.