Skip to content

Commit d6aa011

Browse files
committed
update CI to run all tests in valgrind
1 parent 09010dc commit d6aa011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ccpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
- name: make test
2222
run: make test
2323
- name: make valgrind
24-
run: make valgrind
24+
run: make valgrind-all

0 commit comments

Comments
 (0)