Skip to content

Commit 5fcc354

Browse files
committed
Remove valgrind
1 parent a54defd commit 5fcc354

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/rust.yml

-2
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ jobs:
103103
# Skip it if the CI is running with the heed3 Cargo.toml
104104
if: ${{ steps.check_toml.outputs.should_skip == 'false' }}
105105
run: |
106-
sudo apt install -y valgrind
107106
cargo clean
108107
cargo check --all-features -p heed
109108
@@ -123,7 +122,6 @@ jobs:
123122
override: true
124123
- name: Run cargo test
125124
run: |
126-
sudo apt install -y valgrind
127125
cargo clean
128126
bash convert-to-heed3.sh
129127
cargo check --all-features -p heed3

0 commit comments

Comments
 (0)