Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions .github/workflows/valgrind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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)
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ PLATFORMS
aarch64-linux
arm64-darwin
x86_64-linux
ruby

DEPENDENCIES
abbrev
Expand All @@ -206,6 +207,7 @@ DEPENDENCIES
mutex_m
net-smtp
nkf
nokogiri
ostruct
pathname
pstore
Expand Down
Loading