Skip to content

Commit b6bc75c

Browse files
committed
test: add valgrind job to CI
1 parent 67fc6e6 commit b6bc75c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/sqlite3-ruby.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,16 @@ jobs:
119119
vcpkg: sqlcipher
120120
- run: bundle exec rake compile -- --with-sqlcipher
121121
- 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

Comments
 (0)