Skip to content

Commit

Permalink
chore(main):fix valgrind test
Browse files Browse the repository at this point in the history
  • Loading branch information
limuy2022 committed Apr 20, 2024
1 parent 5ce2fca commit 159a935
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
cargo miri setup
export MIRIFLAGS="-Zmiri-disable-isolation"
- name: Setting Up Valgrind
run: python3 ./script/init_valgrind_rust.py
run: |
python3 ./script/init_valgrind_rust.py
apt install valgrind -y
- name: Build
run: cargo build --all
- name: Build Release
Expand Down

0 comments on commit 159a935

Please sign in to comment.