From 6dfcb07600700c4671de46e43ec20fd6b8fbffc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Standa=20Luke=C5=A1?= Date: Sun, 22 Oct 2023 11:02:08 +0200 Subject: [PATCH] Run net472 unit tests on CI --- .github/workflows/main.yml | 9 +++++++++ 1 file changed, 9 insertions(+) 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: