diff --git a/${REPO_NAME}.slnx b/${REPO_NAME}.slnx index e7db6ef..528cdd2 100644 --- a/${REPO_NAME}.slnx +++ b/${REPO_NAME}.slnx @@ -1,9 +1,14 @@ + + + + + diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml new file mode 100644 index 0000000..e1017f1 --- /dev/null +++ b/.gitea/workflows/test.yml @@ -0,0 +1,11 @@ +name: Run all tests +on: [ push ] +jobs: + Run-Tests: + runs-on: archlinux + steps: + - uses: https://mirrors.rrricardo.top/actions/checkout.git@v4 + name: Check out code + - name: Run all tests + run: | + dotnet test \ No newline at end of file diff --git a/src/${REPO_NAME}.Core/${REPO_NAME}.csproj b/src/${REPO_NAME}.Core/${REPO_NAME}.Core.csproj similarity index 100% rename from src/${REPO_NAME}.Core/${REPO_NAME}.csproj rename to src/${REPO_NAME}.Core/${REPO_NAME}.Core.csproj