Skip to content

Commit

Permalink
Fix valgrind step settings
Browse files Browse the repository at this point in the history
  • Loading branch information
kos31de committed Sep 21, 2022
1 parent 5455c36 commit fee4e6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,9 @@ jobs:
PUMA_RUBY_MEMCHECK: true
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
- uses: ruby/setup-ruby-pkgs@v1
with:
ruby-version: '3.0'
bundler-cache: true
apt-get: valgrind
apt-get: ragel valgrind
- run: bundle exec rake test:valgrind

0 comments on commit fee4e6e

Please sign in to comment.