Skip to content

Commit

Permalink
dotnet.yml: Test linux-musl-x64 on .NET 8.
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel-lucas6 authored Nov 19, 2023
1 parent 85fc0c0 commit e440ccc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: dotnet --info
- name: Test (.NET 7.0/Debug)
run: dotnet test -f net7.0 -c Debug
- name: Test (.NET 7.0/Release)
run: dotnet test -f net7.0 -c Release
- name: Test (.NET 8.0/Debug)
run: dotnet test -f net8.0 -c Debug
- name: Test (.NET 8.0/Release)
run: dotnet test -f net8.0 -c Release

0 comments on commit e440ccc

Please sign in to comment.