Skip to content

Commit a667405

Browse files
authored
Update tests.yml
1 parent d091ba7 commit a667405

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
@@ -38,7 +38,7 @@ jobs:
3838
run: valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes --error-exitcode=1 xhttp -dl github.com -v
3939

4040
- name: Run Valgrind Check With tools/xhost
41-
run: sudo valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes --error-exitcode=1 xhost -a 11.11.11.11 -n test.com -vdl
41+
run: sudo valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes --error-exitcode=1 xhost -a 11.11.11.11 -n test.com -vd
4242

4343
- name: Run Valgrind Check With tools/xjson
4444
run: valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes --error-exitcode=1 xjson -i ./examples/example.json -pl 2

0 commit comments

Comments
 (0)