We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0726475 commit bd77fd2Copy full SHA for bd77fd2
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
- run: bundle exec rake vendor:platform
19
- run: bundle exec rake test
20
21
- - if: ${{ matrix.valgrind }}
+ - if: ${{ startsWith(matrix.os, 'ubuntu') }}
22
run: |
23
sudo apt-get update && sudo apt-get install valgrind
24
bundle exec rake test:valgrind
0 commit comments