From 3a78f8850fd233ba1185460f93a48687a79988c1 Mon Sep 17 00:00:00 2001 From: DemoYeti <164791169+DemoYeti@users.noreply.github.com> Date: Tue, 13 Aug 2024 15:55:44 -0400 Subject: [PATCH] chore: add missing `)` --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 62897b423..10b8d7820 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -78,7 +78,7 @@ jobs: ar_webhook, ar_pool, - ## Test modules (note: that _tests are implicitly run by a matching prefix name + ## Test modules (note: that _tests are implicitly run by a matching prefix name) ar_base64_compatibility_tests, ar_config_tests, ar_difficulty_tests,