Skip to content

Commit

Permalink
Merge pull request #595 from DrTimothyAldenDavis/dev2
Browse files Browse the repository at this point in the history
revert LAGraph/Makefile to non-verbose test
  • Loading branch information
DrTimothyAldenDavis authored Dec 17, 2023
2 parents 69dd5c1 + 7f2c458 commit a02c53b
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 @@ -77,7 +77,7 @@ verbose_test: library
( cd build && ctest . --verbose || ctest . --rerun-failed --output-on-failure )

# target used in CI
demos: verbose_test
demos: test

# just compile after running cmake; do not run cmake again
remake:
Expand Down

0 comments on commit a02c53b

Please sign in to comment.