Skip to content

Commit

Permalink
Add valgrind CI task
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanahsmith committed Oct 21, 2021
1 parent 8048b84 commit 64531a5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,14 @@ jobs:
ruby-version: 2.7
bundler-cache: true
- run: bundle exec rake

valgrind:
runs-on: ubuntu-latest
steps:
- run: sudo apt-get install -y valgrind
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true
- run: bundle exec rake test:valgrind

0 comments on commit 64531a5

Please sign in to comment.