Skip to content

Commit

Permalink
Remove valgrind checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Luni-4 committed Jan 23, 2024
1 parent f572089 commit 7a41bb8
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/complex-code-spotter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -353,33 +353,6 @@ jobs:
################################## UNSAFE CHECKS LEVEL #########################

valgrind:

needs: [audit, deny, udeps]

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Install valgrind
run: |
sudo apt-get install valgrind
- name: Install cargo-valgrind
env:
VALGRIND_LINK: https://github.com/jfrimmel/cargo-valgrind/releases/download
VALGRIND_VERSION: 2.1.0
run: |
curl -L "$VALGRIND_LINK/v$VALGRIND_VERSION/cargo-valgrind-$VALGRIND_VERSION-x86_64-unknown-linux-musl.tar.gz" |
tar xz -C $HOME/.cargo/bin
# Usage of the `help` command as base command, please replace it
# with the effective command that valgrind has to analyze
- name: Run cargo-valgrind
run: |
cargo valgrind test
careful:

needs: [audit, deny, udeps]
Expand Down

0 comments on commit 7a41bb8

Please sign in to comment.