diff --git a/.forgejo/workflows/CI.yml b/.forgejo/workflows/test.yml
similarity index 96%
rename from .forgejo/workflows/CI.yml
rename to .forgejo/workflows/test.yml
index 73c0465..5bef683 100644
--- a/.forgejo/workflows/CI.yml
+++ b/.forgejo/workflows/test.yml
@@ -1,4 +1,4 @@
-name: 'CI'
+name: 'test'
 
 on:
   push:
@@ -7,7 +7,7 @@ on:
   pull_request:
 
 jobs:
-  test:
+  tests:
     runs-on: docker
     
     strategy: