diff --git a/.github/workflows/valgrind.yml b/.github/workflows/valgrind.yml index 58654f7f6d..c253069392 100644 --- a/.github/workflows/valgrind.yml +++ b/.github/workflows/valgrind.yml @@ -4,15 +4,15 @@ on: push: branches: - master - paths: - - "ext/**" - - "include/**" - - "src/**" - pull_request: - paths: - - "ext/**" - - "include/**" - - "src/**" +# paths: +# - "ext/**" +# - "include/**" +# - "src/**" + pull_request: {} +# paths: +# - "ext/**" +# - "include/**" +# - "src/**" merge_group: {} jobs: @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v5 - uses: ruby/setup-ruby@v1 with: - ruby-version: "3.4" + ruby-version: debug bundler-cache: none - name: Set working directory as safe run: git config --global --add safe.directory $(pwd) diff --git a/Gemfile b/Gemfile index 9cef14ea8a..76dfc7882a 100644 --- a/Gemfile +++ b/Gemfile @@ -39,6 +39,7 @@ group :profilers do gem 'memory_profiler' gem 'benchmark-ips' gem "ruby_memcheck", platform: :ruby + gem "nokogiri", platform: :ruby end # Test gems diff --git a/Gemfile.lock b/Gemfile.lock index dae3b68bd3..6c35180fad 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -186,6 +186,7 @@ PLATFORMS aarch64-linux arm64-darwin x86_64-linux + ruby DEPENDENCIES abbrev @@ -206,6 +207,7 @@ DEPENDENCIES mutex_m net-smtp nkf + nokogiri ostruct pathname pstore