diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 26a04a6..2309b85 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -10,4 +10,8 @@ jobs: with: dotnet-varsion: '6.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