Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpfister committed Feb 2, 2024
2 parents bbb8daf + 7922196 commit a67498e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,4 +222,4 @@ jobs:
if: ${{ matrix.memcheck }}
run: |
sudo apt-get install -y valgrind
valgrind --error-exitcode=1 -s ./build/test/testsuite -A
valgrind --undef-value-erros=no --error-exitcode=1 -s ./build/test/testsuite -A

0 comments on commit a67498e

Please sign in to comment.