diff --git a/.github/workflows/check_pr.yml b/.github/workflows/check_pr.yml index fad7fe2..9d421c5 100644 --- a/.github/workflows/check_pr.yml +++ b/.github/workflows/check_pr.yml @@ -14,4 +14,7 @@ jobs: dotnet-version: 9.0.x - name: Build - run: dotnet build \ No newline at end of file + run: dotnet build + + - name: Run tests + run: dotnet test \ No newline at end of file