File tree Expand file tree Collapse file tree 4 files changed +217
-208
lines changed Expand file tree Collapse file tree 4 files changed +217
-208
lines changed Original file line number Diff line number Diff line change 2626 strategy :
2727 matrix :
2828 include :
29- - os : ubuntu-latest
29+ - os : ubuntu-22.04
3030 rid : linux-x64
3131 - os : macos-latest
3232 rid : osx-x64
7272 dotnet build --no-restore --configuration Release
7373
7474 - name : Test
75- run : dotnet test -c Release --no-build --logger trx --results-directory "TestResults-${{ matrix.rid }}"
75+ run : dotnet test -c Release /p:TestTfmsInParallel=false --logger "console;verbosity=detailed" --no-build --logger trx --results-directory "TestResults-${{ matrix.rid }}"
7676
7777 # - name: Upload dotnet test results
7878 # uses: actions/upload-artifact@v4
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ public record Session : IDisposable
2121
2222 public void Dispose ( )
2323 {
24- if ( ! IsTemp && DataPath ? . EndsWith ( "chdb_" ) == true && Directory . Exists ( DataPath ) )
24+ if ( IsTemp && DataPath ? . EndsWith ( "chdb_" ) == true && Directory . Exists ( DataPath ) )
2525 Directory . Delete ( DataPath , true ) ;
2626 }
2727
You can’t perform that action at this time.
0 commit comments