diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml
index 380500e..6e00b96 100644
--- a/.gitea/workflows/ci.yml
+++ b/.gitea/workflows/ci.yml
@@ -10,5 +10,9 @@ jobs:
             with:
               dotnet-version: '6.0.x'
           - run: dotnet restore
-          - run: dotnet build  
+          - run: dotnet build
+    test:
+        steps:
+          - name: trying to run
+            run: dotnet run
               
\ No newline at end of file