From 1d367c80ff03ef449e903f998f5e259fa346545c Mon Sep 17 00:00:00 2001
From: David Barnes <barnesdavidj@gmail.com>
Date: Thu, 20 Jun 2024 14:11:41 -0400
Subject: [PATCH] Rename tests job name to just test in test github workflow.

---
 .github/workflows/test.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
index d4633d1..b2c0808 100644
--- a/.github/workflows/test.yaml
+++ b/.github/workflows/test.yaml
@@ -4,7 +4,7 @@ on:
   - pull_request
 
 jobs:
-  tests:
+  test:
     strategy:
       fail-fast: false
       matrix:
@@ -39,7 +39,7 @@ jobs:
         run: pipenv run tox
 
   # Run tests for python 3.6. Requires Ubuntu 20.04
-  tests-36:
+  test-36:
     strategy:
       fail-fast: false
       matrix:
-- 
GitLab