Skip to content

test that MAXIMUM_RUBY_VERSION is same for datadog and datadog-ci gems #155

test that MAXIMUM_RUBY_VERSION is same for datadog and datadog-ci gems

test that MAXIMUM_RUBY_VERSION is same for datadog and datadog-ci gems #155

name: Test for memory leaks
on: [push]
jobs:
test-memcheck:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.4.1
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
bundler: latest
cache-version: v2 # bump this to invalidate cache
- run: sudo apt-get update && (sudo apt-get install -y valgrind || sleep 5 && sudo apt-get install -y valgrind) && valgrind --version
- run: bundle exec rake compile spec:ddcov_memcheck