Skip to content

Commit

Permalink
Update pr-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
carlgsmith authored Feb 8, 2024
1 parent e7b47e5 commit d36d323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
- name: Build
run: APTERYX_PATH=./apteryx APTERYX_XML_PATH=./apteryx-xml make
- name: Run tests
run: APTERYX_PATH=./apteryx APTERYX_XML_PATH=./apteryx-xml make test
run: APTERYX_PATH=./apteryx APTERYX_XML_PATH=./apteryx-xml TEST_WRAPPER="G_SLICE=always-malloc valgrind --keep-debuginfo=yes --leak-check=full" make test

0 comments on commit d36d323

Please sign in to comment.