Skip to content

Commit

Permalink
Merge pull request #1719 from riganti/ci-oldframeworks-unittests
Browse files Browse the repository at this point in the history
Run net472 unit tests on CI
  • Loading branch information
tomasherceg authored Oct 22, 2023
2 parents b64cf79 + 6dfcb07 commit b7d57f0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b7d57f0

Please sign in to comment.