Skip to content

Commit

Permalink
Run valgrind via cargo runner
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Aug 12, 2023
1 parent debb539 commit ddfff8f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,9 @@ jobs:
fetch-depth: 500
- uses: dtolnay/rust-toolchain@stable
- uses: taiki-e/install-action@valgrind
- uses: taiki-e/install-action@cargo-valgrind
- run: cargo valgrind test
- run: cargo test
env:
CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER: "valgrind --error-exitcode=1 --track-origins=yes"

fmt:
name: Rustfmt
Expand Down

0 comments on commit ddfff8f

Please sign in to comment.