Skip to content

Commit b31ad4e

Browse files
committed
Fixed executable location in automated valgrind test for xtop
1 parent e97d5eb commit b31ad4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes --error-exitcode=1 xcrypt -pi ./tools/xutils.c -c $ENCODING_CHAIN -k 5
4242

4343
- name: Run Valgrind Check With tools/xtop
44-
run: timeout --signal=SIGINT 10s valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes --error-exitcode=1 ./tools/xtop
44+
run: timeout --signal=SIGINT 10s valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes --error-exitcode=1 xtop
4545

4646
- name: Run Valgrind Check With examples/files
4747
run: valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes --error-exitcode=1 ./examples/build/files ./examples/files.c ./examples/files.copy

0 commit comments

Comments
 (0)