File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4747 - name : .NET Build
4848 run : dotnet build Build.csproj -c Release /p:CI=true
4949 - name : Dapper Tests
50- run : dotnet test tests/Dapper.Tests/Dapper.Tests.csproj -c Release --logger GitHubActions / p:CI=true
50+ run : dotnet test tests/Dapper.Tests/Dapper.Tests.csproj -c Release --logger GitHubActions - p:CI=true -p:TestTfmsInParallel=false
5151 env :
5252 MySqlConnectionString : Server=localhost;Port=${{ job.services.mysql.ports[3306] }};Uid=root;Pwd=root;Database=test;Allow User Variables=true
5353 OLEDBConnectionString : Provider=SQLOLEDB;Server=tcp:localhost,${{ job.services.sqlserver.ports[1433] }};Database=tempdb;User Id=sa;Password=Password.;
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ dotnet build ".\Build.csproj" -c Release /p:CI=true
2222Write-Host " Done building." - ForegroundColor " Green"
2323
2424if ($RunTests ) {
25- Write-Host " Running tests: Build.csproj traversal (all frameworks) " - ForegroundColor " Magenta"
26- dotnet test " .\Build.csproj" - c Release -- no- build
25+ Write-Host " Running tests: Build.csproj" - ForegroundColor " Magenta"
26+ dotnet test " .\Build.csproj" - c Release -- no- build - p:TestTfmsInParallel = false
2727 if ($LastExitCode -ne 0 ) {
2828 Write-Host " Error with tests, aborting build." - Foreground " Red"
2929 Exit 1
You can’t perform that action at this time.
0 commit comments