Skip to content

Commit

Permalink
ci: add valgrind
Browse files Browse the repository at this point in the history
  • Loading branch information
uvlad7 committed Dec 27, 2024
1 parent d5705f7 commit 64244d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,6 @@ jobs:
run: sudo apt install -y libyajl2 libyajl-dev
- name: Run the default task
run: bundle exec rake
# TODO: all valgrind run, at least for tags
- name: Run valgrind
if: ${{ matrix.ruby != '2.3.8' }}
run: bundle exec rake spec:valgrind

0 comments on commit 64244d8

Please sign in to comment.