chore: fix stress test (#3296)

This commit is contained in:
Alice Ryhl
2020-12-19 12:11:22 +01:00
committed by GitHub
parent 176c809e20
commit 1e880645a0
+3 -1
View File
@@ -19,7 +19,9 @@ jobs:
run: rustup update stable
- name: Install Valgrind
run: sudo apt-get install -y valgrind
run: |
sudo apt-get update -y
sudo apt-get install -y valgrind
# Compiles each of the stress test examples.
- name: Compile stress test examples