Skip to content

Commit 14e7a68

Browse files
committed
run all unit tests, not just the failing multi-objective
1 parent 76e8fc1 commit 14e7a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/valgrind.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
--show-leak-kinds=all \
3939
--track-origins=yes \
4040
-s \
41-
./bin/unit_tests multi-objective \
41+
./bin/unit_tests \
4242
2>&1 | tee logfile
4343
4444
- name: Check log for Errors

0 commit comments

Comments
 (0)