Skip to content

Commit ac6be1c

Browse files
committed
Remove suppressions.
1 parent 218064e commit ac6be1c

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/memory_check.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,7 @@ jobs:
4141
run: sudo apt-get update && sudo apt-get -y install valgrind
4242

4343
- name: Run tests with Valgrind
44-
<<<<<<< HEAD
45-
run: valgrind --suppressions=valgrind-python.supp --error-exitcode=1 hatch run test:no-cov
44+
run: valgrind --error-exitcode=1 pytest
4645

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-
5246
- name: Run tests with Memray
5347
run: pytest --enable-leak-tracking
54-
>>>>>>> b9b43de5bfda018d39bedd5d278e1e1db3c8bf58

0 commit comments

Comments
 (0)