File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 3030 run : dotnet restore
3131 - name : Build with dotnet
3232 run : dotnet build -c Release --no-restore
33- - name : Test with dotnet
34- run : dotnet test src/Magicodes.ExporterAndImporter.Tests
33+ - name : Test with .NET 6.0.x
34+ run : dotnet test src/Magicodes.ExporterAndImporter.Tests -f net6.0
35+ - name : Test with .NET 7.0.x
36+ run : dotnet test src/Magicodes.ExporterAndImporter.Tests -f net7.0
3537 windows-latest :
3638 name : windows-latest
3739 runs-on : windows-latest
7274 run : dotnet restore
7375 - name : Build with dotnet
7476 run : dotnet build -c Release --no-restore
75- - name : Test with dotnet
76- run : dotnet test src/Magicodes.ExporterAndImporter.Tests
77+ - name : Test with .NET 6.0.x
78+ run : dotnet test src/Magicodes.ExporterAndImporter.Tests -f net6.0
79+ - name : Test with .NET 7.0.x
80+ run : dotnet test src/Magicodes.ExporterAndImporter.Tests -f net7.0
You can’t perform that action at this time.
0 commit comments