Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
davidzeng0 committed Nov 18, 2023
1 parent eb8c7bf commit b861931
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Install cargo valgrind
run: cargo install cargo-valgrind
- name: Use valgrind
run: |
cargo install cargo-valgrind
sudo apt install valgrind
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit b861931

Please sign in to comment.