We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67fc6e6 commit b6bc75cCopy full SHA for b6bc75c
.github/workflows/sqlite3-ruby.yml
@@ -119,3 +119,16 @@ jobs:
119
vcpkg: sqlcipher
120
- run: bundle exec rake compile -- --with-sqlcipher
121
- run: bundle exec rake test
122
+
123
+ valgrind:
124
+ runs-on: ubuntu-latest
125
+ steps:
126
+ - uses: actions/checkout@v3
127
+ - uses: ruby/setup-ruby-pkgs@v1
128
+ with:
129
+ ruby-version: "3.2"
130
+ bundler-cache: true
131
+ apt-get: libsqlite3-dev valgrind
132
+ - run: bundle install
133
+ - run: bundle exec rake compile
134
+ - run: bundle exec rake test:valgrind
0 commit comments