From a4756ccba5bd56399a75b63ecda4507678952153 Mon Sep 17 00:00:00 2001 From: Ashton Jordan Date: Fri, 15 Aug 2025 15:26:04 -0500 Subject: [PATCH] refactor(contributing): fixed github action failure --- docs/contributing.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/contributing.rst b/docs/contributing.rst index 8aa6563..c641d44 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -79,6 +79,7 @@ Contributing Code 8. If you running the test suite locally, ensure your code passes all of the default tests. Use the ``test`` target and ensure all tests execute successfully. .. code-block:: bash + # see below for more information on running the test suite locally make tests