From f03f812cae26f991477e197d7df9af17296b2fd2 Mon Sep 17 00:00:00 2001 From: Edward Hartnett Date: Fri, 15 Sep 2023 20:23:06 -0600 Subject: [PATCH] comment --- .github/workflows/developer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/developer.yml b/.github/workflows/developer.yml index fe4e05a1..f1f3f419 100644 --- a/.github/workflows/developer.yml +++ b/.github/workflows/developer.yml @@ -1,7 +1,7 @@ # This is a GitHub actions workflow for NCEPLIBS-g2. # # This builds the develop branch with documentation, warning check, -# and address sanitizer. +# and address sanitizer, also the ctest memchecker. # # Ed Hartnett, 12/22/22 name: developer