diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 987508f..f5a3726 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -10,4 +10,8 @@ jobs: with: dotnet-version: '8.0.x' - run: dotnet restore - - run: dotnet build \ No newline at end of file + - run: dotnet build + test: + steps: + - name: trying to run + run: dotnet run \ No newline at end of file