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 0ce1ef7 commit 9f1377d
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 @@ -32,4 +32,4 @@ jobs:
- name: Run apteryxd
run: LD_LIBRARY_PATH=./apteryx ./apteryx/apteryxd -b
- name: Run Alfred unit tests
run: LD_LIBRARY_PATH=./apteryx:./apteryx-xml:. G_SLICE=always-malloc valgrind --keep-debuginfo=yes --leak-check=full ./alfred -u
run: LD_LIBRARY_PATH=./apteryx:./apteryx-xml:. G_SLICE=always-malloc valgrind --keep-debuginfo=yes --leak-check=full --error-exitcode=1 ./alfred -u

0 comments on commit 9f1377d

Please sign in to comment.