Skip to content

Commit 0f1980f

Browse files
authored
Update my_tests.yml
1 parent b2193a6 commit 0f1980f

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/my_tests.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
chmod +x integration/run_integration_test.sh
2626
chmod +x clang_tidy/run_clang_tidy.sh
2727
chmod +x asan/runa_asan_test.sh
28-
chmod +x valgrind/run_valgrind.sh
28+
chmod +x valgrind/run_valgrind_test.sh
2929
chmod +x afl/run_afl++_test.sh
3030
3131
# Unit test
@@ -53,10 +53,13 @@ jobs:
5353
./runa_asan_test.sh
5454
5555
# Valgrind Memcheck testovi
56+
- name: Install Valgrind
57+
run: sudo apt-get update && sudo apt-get install -y valgrind
58+
5659
- name: Run Valgrind Memcheck
57-
run: |
58-
cd valgrind
59-
./run_valgrind.sh
60+
run: |
61+
cd valgrind
62+
./run_valgrind_test.sh
6063
6164
# AFL++ fuzzing
6265
- name: Run AFL++

0 commit comments

Comments
 (0)