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 dab49fb commit 256f914Copy full SHA for 256f914
.github/workflows/memory_check.yml
@@ -38,4 +38,4 @@ jobs:
38
run: sudo apt-get -y install valgrind
39
40
- name: Run tests with Valgrind
41
- run: valgrind --supressions=valgrind-python.supp --error-exitcode=1 pytest -x
+ run: valgrind --suppressions=valgrind-python.supp --error-exitcode=1 pytest -x
0 commit comments