Skip to content

Commit

Permalink
Update build_and_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Romfos authored Oct 9, 2023
1 parent a1fcb93 commit 2ca13e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ jobs:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macOS-latest]
tfm: [net6.0, net7.0]
framework: [net6.0, net7.0]
include:
- os: windows-latest
tfm: net462
framework: net462

runs-on: ${{ matrix.os }}
steps:
Expand All @@ -27,4 +27,4 @@ jobs:
run: dotnet build

- name: Test
run: dotnet test -f ${{ matrix.tfm }} --no-build --no-restore
run: dotnet test -f ${{ matrix.framework }} --no-build --no-restore

0 comments on commit 2ca13e9

Please sign in to comment.