Skip to content

Commit

Permalink
chore: valgrind ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangsoledad committed May 15, 2023
1 parent 0d372c0 commit 2473eb8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,21 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}


valgrind:
name: valgrind
runs-on: ubuntu-latest
steps:
- run: sudo apt update && sudo apt install -y valgrind
- name: Checkout sources
uses: actions/checkout@v2
with:
submodules: true
- name: run test
working-directory: librocksdb-sys
run: make test


test:
name: ${{ matrix.build }}
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 2473eb8

Please sign in to comment.