diff --git a/LAGraph/Makefile b/LAGraph/Makefile index a3bb5592e..79fbbec5e 100644 --- a/LAGraph/Makefile +++ b/LAGraph/Makefile @@ -63,7 +63,7 @@ debug: all: library test: library - ( cd build && ctest . ) + ( cd build && ctest . || ctest . --rerun-failed --output-on-failure || true ) # target used in CI demos: test