diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bf750ca4a9..bd625dc302 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -115,6 +115,15 @@ jobs: # title: Framework Tests # github-token: ${{ secrets.GITHUB_TOKEN }} # target-framework: net7.0 + - name: Tests (net472) + uses: ./.github/unittest + if: matrix.os == 'windows-2022' + with: + project: src/Tests + name: framework-tests + title: Framework Tests + github-token: ${{ secrets.GITHUB_TOKEN }} + target-framework: net472 - name: Analyzers.Tests (net6.0) uses: ./.github/unittest with: