We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eb2927 commit f7eb17eCopy full SHA for f7eb17e
.github/workflows/tests.yml
@@ -35,7 +35,7 @@ jobs:
35
run: valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes --error-exitcode=1 xhttp -dl github.com -v
36
37
- name: Run Valgrind Check With tools/xhost
38
- run: sudo valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes --error-exitcode=1 xhost -a 11.11.11.11 -h test.com -v
+ 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 -v
39
40
- name: Run Valgrind Check With tools/xjson
41
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