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 218064e commit ac6be1cCopy full SHA for ac6be1c
.github/workflows/memory_check.yml
@@ -41,14 +41,7 @@ jobs:
41
run: sudo apt-get update && sudo apt-get -y install valgrind
42
43
- name: Run tests with Valgrind
44
-<<<<<<< HEAD
45
- run: valgrind --suppressions=valgrind-python.supp --error-exitcode=1 hatch run test:no-cov
+ run: valgrind --error-exitcode=1 pytest
46
47
- - name: Run tests with Memray
48
- run: hatch run test:memray
49
-=======
50
- run: valgrind --suppressions=valgrind-python.supp --error-exitcode=1 pytest -x
51
-
52
- name: Run tests with Memray
53
run: pytest --enable-leak-tracking
54
->>>>>>> b9b43de5bfda018d39bedd5d278e1e1db3c8bf58
0 commit comments