Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Mar 13, 2024
1 parent 3a87d61 commit 87b5df6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: sudo apt-get update && sudo apt-get install valgrind
# - run: sudo apt-get update && sudo apt-get install valgrind
- run: MAKE="make -j$(nproc)" bundle exec rake compile
- run: bundle exec rake test:valgrind
- run: bundle exec rake test
# - run: bundle exec rake test:valgrind

0 comments on commit 87b5df6

Please sign in to comment.