Skip to content

Commit

Permalink
apt issues?
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreRenaud committed Oct 15, 2023
1 parent 9913e0c commit a0cdda8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
run: make fuzz
- name: Valgrind
run: |
sudo apt-get install -y valgrind
sudo apt update
sudo apt install -y valgrind
valgrind --leak-check=full --error-exitcode=1 ./embedded_cli_test
- name: Test no history
run: |
Expand Down

0 comments on commit a0cdda8

Please sign in to comment.