Skip to content

Commit

Permalink
ci: valgrind with --track-origins=yes
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaozg committed May 20, 2023
1 parent 9f483f0 commit fe94788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Build
run: make
- name: Test
run: valgrind --suppressions=.ci/valgrind_mem.supp --error-exitcode=1 --leak-check=full --child-silent-after-fork=yes --keep-debuginfo=yes ./build/lua -e "collectgarbage('setpause', 0); collectgarbage('setstepmul', 10000000000000)" tests/run.lua
run: valgrind --error-exitcode=1 --leak-check=full --child-silent-after-fork=yes --keep-debuginfo=yes --track-origins=yes ./build/lua -e "collectgarbage('setpause', 0); collectgarbage('setstepmul', 10000000000000)" tests/run.lua

process-cleanup-test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit fe94788

Please sign in to comment.