From eece304b65d95201ba42608f865d3e57f395b9df Mon Sep 17 00:00:00 2001 From: svhp Date: Fri, 1 Dec 2023 10:47:35 +0100 Subject: [PATCH] added failed tests --- .gitea/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 61608d0..8c01f90 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -12,3 +12,7 @@ jobs: dotnet-version: "6.0.x" - run: dotnet restore - run: dotnet build + test: + steps: + - name: trying to run + run: dotnet run