Skip to content

Commit

Permalink
Merge pull request #459 from mmuetzel/lagraph
Browse files Browse the repository at this point in the history
LAGraph: Re-run failing tests with more verbose output and continue.
  • Loading branch information
DrTimothyAldenDavis authored Oct 23, 2023
2 parents e1a6c47 + 8527dcd commit dbfd570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LAGraph/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dbfd570

Please sign in to comment.