Skip to content

Commit df3cb0d

Browse files
fix
1 parent 5bccb81 commit df3cb0d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runtime: net6.0
3535
sdk: 6.0.x
3636
- framework: net48
37-
runetime: net48
37+
runtime: net48
3838
- framework: netstandard2.0
3939
runtime: net472
4040
- framework: netstandard2.0
@@ -93,8 +93,10 @@ jobs:
9393
if: ${{ matrix.framework == 'netstandard2.0' }}
9494
run: |
9595
dotnet test SharpSevenZip.NetStd20.Tests/SharpSevenZip.NetStd20.Tests.csproj -c Release -p:Platform=${{ matrix.arch }} --no-build --verbosity normal
96-
- name: Test
96+
- name: Test (MSTest)
9797
run: |
9898
dotnet test SharpSevenZip.Tests.MSTest/SharpSevenZip.Tests.MSTest.csproj -c Release -f ${{ matrix.runtime }} -p:Platform=${{ matrix.arch }} --no-build --verbosity normal
99+
- name: Test (xUnit)
100+
run: |
99101
dotnet test SharpSevenZip.Tests.xUnit/SharpSevenZip.Tests.xUnit.csproj -c Release -f ${{ matrix.runtime }} -p:Platform=${{ matrix.arch }} --no-build --verbosity normal
100102

0 commit comments

Comments
 (0)